xtd - Reference Guide
0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
Contains xtd::number_styles enum class.
Go to the source code of this file.
Namespaces | |
xtd | |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Enumerations | |
enum class | xtd::number_styles { xtd::none , xtd::allow_leading_white , xtd::allow_trailing_white , xtd::allow_leading_sign , xtd::allow_trailing_sign , xtd::allow_parentheses , xtd::allow_decimal_point , xtd::allow_thousands , xtd::allow_exponent , xtd::allow_currency_symbol , xtd::allow_hex_specifier , xtd::allow_binary_specifier , xtd::allow_octal_specifier , xtd::integer , xtd::number , xtd::fixed_point , xtd::currency , xtd::any , xtd::hex_number , xtd::binary_number , xtd::octal_number } |
Determines the styles permitted in numeric string arguments that are passed to the xtd::parse and xtd::try_parse methods of the integral and floating-point numeric types. This enumeration has a flags attribute that allows a bitwise combination of its member values. More... | |