xtd 0.2.0
string_split_options.h
Go to the documentation of this file.
1 #pragma once
5 namespace xtd {
14  enum class string_split_options {
16  none,
19  };
20 }
21 
22 // This file is included before enum definition so the enum_register is in the enum.h file.
string_split_options
Specifies whether applicable xtd::ustring::split method overloads include or omit empty substrings fr...
Definition: string_split_options.h:14
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
The return value includes array elements that contain an empty string.
The return value does not include array elements that contain an empty string.