public enum FormatConditionTextOperator : System.Enum
Member | Description |
---|---|
BeginsWith | The string being evaluated must begin with the value to which it is being compared in order for the condition to be met. |
Contains | The string being evaluated must match some part of the value to which it is being compared in order for the condition to be met. |
DoesNotContain | Negates the Contains value; the string being evaluated must not match any part of the value to which it is being compared in order for the condition to be met. |
EndsWith | The string being evaluated must end with the value to which it is being compared in order for the condition to be met. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+