WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

StringPart Enumeration

Enum StringPart tells how to compare a string

Namespace:  System
Assembly:  Walter (in Walter.dll)

Syntax


public enum StringPart

Members


Member nameDescription
WholeString The whole string
EndsOn The string should end on
StartsWith The string should starts with
Contains the string should contains the value.