Enum StringOps
Namespace: FChoice.Foundation
Assembly: fcSDK.dll
Syntax
public enum StringOps
Fields
| Name | Description |
|---|---|
| Contains | |
| EndsWith | |
| Equals | |
| LessThan | |
| LessThanOrEqual | |
| Like | |
| MoreThan | |
| MoreThanOrEqual | |
| NotContains | |
| NotEndsWith | |
| NotEquals | |
| NotLike | |
| NotStartsWith | |
| SoundsLike | |
| StartsWith |