xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
string_split_options.h
Go to the documentation of this file.
1
4
#pragma once
6
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::string::split method overloads include or omit empty substrings fro...
Definition
string_split_options.h:14
xtd::string_split_options::remove_empty_entries
@ remove_empty_entries
The return value does not include array elements that contain an empty string.
xtd::console_modifiers::none
@ none
No modifier key.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Thu Oct 17 2024 16:02:59 for xtd by
Gammasoft
. All rights reserved.