CorString: StringSplitOptions

StringSplitOptions

Specifies whether CorString.Split method include or omit empty substrings from the return value.

 Public Enum StringSplitOptions

Values

None
The return value includes array elements that contain an empty string.
RemoveEmptyEntries
The return value does not include array elements that contain an empty string.

See Also

Project CorLib Overview

Class CorString Overview