xtd 0.2.0
Loading...
Searching...
No Matches
number_styles.h File Reference
#include <type_traits>

Definition

Contains xtd::number_styles enum class.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Enumerations

enum class  xtd::number_styles {
  xtd::number_styles::none ,
  xtd::number_styles::allow_leading_white ,
  xtd::number_styles::allow_trailing_white ,
  xtd::number_styles::allow_leading_sign ,
  xtd::number_styles::allow_trailing_sign ,
  xtd::number_styles::allow_parentheses ,
  xtd::number_styles::allow_decimal_point ,
  xtd::number_styles::allow_thousands ,
  xtd::number_styles::allow_exponent ,
  xtd::number_styles::allow_currency_symbol ,
  xtd::number_styles::allow_hex_specifier ,
  xtd::number_styles::allow_binary_specifier ,
  xtd::number_styles::allow_octal_specifier ,
  xtd::number_styles::integer ,
  xtd::number_styles::number ,
  xtd::number_styles::fixed_point ,
  xtd::number_styles::currency ,
  xtd::number_styles::any ,
  xtd::number_styles::hex_number ,
  xtd::number_styles::binary_number ,
  xtd::number_styles::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...