std::type_info type
Stores information about a type.
Definition: types.h:217
Indicates that the allow_leading_white, allow_trailing_white, and allow_hex_specifier styles are used...
Indicates that the numeric string can have a decimal point. If the number_styles value includes the a...
Indicates that the numeric string can have group separators, such as symbols that separate hundreds f...
Indicates that the numeric string can have one pair of parentheses enclosing the number. The parentheses indicate that the string to be parsed represents a negative number.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Indicates that the allow_leading_white, allow_trailing_white, allow_leading_sign, allow_trailing_sign...
Indicates that the numeric string can be in exponential notation. The allow_exponent flag allows the ...
Indicates that the allow_leading_white, allow_trailing_white, and allow_binary_specifier styles are u...
Indicates that trailing white-space characters can be present in the parsed string. Valid white-space characters have the Unicode values U+0009, U+000A, U+000B, U+000C, U+000D, and U+0020. Note that this is a subset of the characters for which the std::isspace(char) method returns true.
Indicates that no style elements, such as leading or trailing white space, thousands separators...
Indicates that the allow_leading_white, allow_trailing_white, and allow_leading_sign styles are used...
Indicates that leading white-space characters can be present in the parsed string. Valid white-space characters have the Unicode values U+0009, U+000A, U+000B, U+000C, U+000D, and U+0020. Note that this is a subset of the characters for which the std::isspace(char) method returns true.
Indicates that the numeric string can have a trailing sign. Valid trailing sign characters are determ...
Indicates that the numeric string represents a hexadecimal value. Valid hexadecimal values include th...
Indicates that the allow_leading_white, allow_trailing_white, allow_leading_sign, allow_decimal_point...
Indicates that the numeric string represents a octal value. Valid octal values include the numeric di...
Indicates that all styles except allow_exponent, allow_hex_specifier, allow_binary_specifier and allo...
Indicates that the allow_leading_white, allow_trailing_white, and allow_octal_specifier styles are us...
Indicates that all styles except allow_binary_specifier, allow_octal_specifier and allow_hex_specifie...
Indicates that the numeric string can contain a currency symbol. Valid currency symbols are determine...
Indicates that the numeric string represents a binary value. Valid binary values include the numeric ...
Indicates that the numeric string can have a leading sign.
number_styles
Determines the styles permitted in numeric string arguments that are passed to the xtd::parse and xtd...
Definition: number_styles.h:16