5#include <system/details/enum_meta_info.h>
6#include <system/enum_helpers.h>
8namespace System {
namespace Globalization {
53DECLARE_USING_GLOBAL_OPERATORS
61struct EnumMetaInfo<
System::Globalization::NumberStyles>
64 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::Globalization::NumberStyles, const char16_t*>, 17>& values();
NumberStyles
Number style allowed when parsing.
Definition: number_styles.h:12
@ Float
Default floating point number format.
@ AllowDecimalPoint
Allow decimal point.
@ AllowTrailingSign
Allow trailing sign.
@ AllowExponent
Allow exponent sign.
@ Currency
Default currency format.
@ AllowCurrencySymbol
Allow currency symbol.
@ AllowHexSpecifier
Allow hexadecimal numbers.
@ Integer
Default integer formatting.
@ AllowParentheses
Allow parenthesis for negative values.
@ Number
Default composite number format.
@ HexNumber
Default hexadecimal number format.
@ AllowLeadingSign
Allow leading sign.
@ AllowThousands
Allow group separators.
@ AllowTrailingWhite
Ignore trailing white spaces.
@ AllowLeadingWhite
Ignore leading white spaces.
Definition: db_command.h:9