xtd 0.2.0
Loading...
Searching...
No Matches
string_split_options.h
Go to the documentation of this file.
1
4#pragma once
6namespace xtd {
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
@ remove_empty_entries
The return value does not include array elements that contain an empty string.
@ none
No modifier key.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10