Enum StringPart tells how to compare a string
Namespace:
System
Assembly:
Walter (in Walter.dll)
| Member name | Description |
|---|
| WholeString |
The whole string
|
| EndsOn |
The string should end on
|
| StartsWith |
The string should starts with
|
| Contains |
the string should contains the value.
|