|
strong |
Specifies whether applicable xtd::string::split method overloads include or omit empty substrings from the return value.
Enumerator | |
---|---|
none | The return value includes array elements that contain an empty string. |
remove_empty_entries | The return value does not include array elements that contain an empty string. |