SplitString Properties
Represents a string which consists of two parts split by a separator.Name | Description |
---|---|
FirstPart | Specifies the first part of the SplitString. |
SecondPart | Specifies the second part of the SplitString. |
Separator | Specifies the separator string dividing the SplitString.FirstPart and the SplitString.SecondPart strings. |
Text | Specifies the string representing the SplitString full text value. |
See Also