xtd
0.2.0
xtd.core
include
xtd
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
,
18
remove_empty_entries
19
};
20
}
21
22
// This file is included before enum definition so the enum_register is in the enum.h file.
xtd::string_split_options
string_split_options
Specifies whether applicable xtd::ustring::split method overloads include or omit empty substrings fr...
Definition:
string_split_options.h:14
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition:
system_report.h:17
xtd::string_split_options::none
The return value includes array elements that contain an empty string.
xtd::string_split_options::remove_empty_entries
The return value does not include array elements that contain an empty string.
Generated on Mon Oct 9 2023 14:41:57 for xtd by
Gammasoft
. All rights reserved.