SplitString Properties
Represents a string which consists of two parts split by a separator.
Name | Description |
---|---|
First |
Specifies the first part of the Split |
Second |
Specifies the second part of the Split |
Separator |
Specifies the separator string dividing the Split |
Text |
Specifies the string representing the Split |
See Also