xtd 0.2.0
Loading...
Searching...
No Matches

◆ string_split_options

enum class xtd::string_split_options
strong

Specifies whether applicable xtd::string::split method overloads include or omit empty substrings from the return value.

Namespace
xtd
Library
xtd.core
See also
xtd::string
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.