![]() |
xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
|
strong |
Specifies whether applicable strings::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. |