terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
NumberFormatInfo () | |
object | Clone () |
object | GetFormat (Type formatType) |
Static Public Member Functions | |
static NumberFormatInfo | GetInstance (IFormatProvider formatProvider) |
static NumberFormatInfo | ReadOnly (NumberFormatInfo nfi) |
Package Functions | |
NumberFormatInfo (CultureData cultureData) | |
Static Package Functions | |
static void | ValidateParseStyleInteger (NumberStyles style) |
static void | ValidateParseStyleFloatingPoint (NumberStyles style) |
Package Attributes | |
int[] | numberGroupSizes |
int[] | currencyGroupSizes |
int[] | percentGroupSizes |
string | positiveSign |
string | negativeSign |
string | numberDecimalSeparator |
string | numberGroupSeparator |
string | currencyGroupSeparator |
string | currencyDecimalSeparator |
string | currencySymbol |
string | ansiCurrencySymbol |
string | nanSymbol |
string | positiveInfinitySymbol |
string | negativeInfinitySymbol |
string | percentDecimalSeparator |
string | percentGroupSeparator |
string | percentSymbol |
string | perMilleSymbol |
string[] | nativeDigits |
int | m_dataItem |
int | numberDecimalDigits |
int | currencyDecimalDigits |
int | currencyPositivePattern |
int | currencyNegativePattern |
int | numberNegativePattern |
int | percentPositivePattern |
int | percentNegativePattern |
int | percentDecimalDigits |
int | digitSubstitution |
bool | isReadOnly |
bool | m_useUserOverride |
bool | m_isInvariant |
bool | validForParseAsNumber |
bool | validForParseAsCurrency |
Properties | |
static NumberFormatInfo | InvariantInfo [get] |
int | CurrencyDecimalDigits [get] |
string | CurrencyDecimalSeparator [get] |
bool | IsReadOnly [get] |
int[] | CurrencyGroupSizes [get] |
int[] | NumberGroupSizes [get] |
int[] | PercentGroupSizes [get] |
string | CurrencyGroupSeparator [get] |
string | CurrencySymbol [get] |
static NumberFormatInfo | CurrentInfo [get] |
string | NaNSymbol [get, set] |
int | CurrencyNegativePattern [get] |
int | NumberNegativePattern [get] |
int | PercentPositivePattern [get] |
int | PercentNegativePattern [get] |
string | NegativeInfinitySymbol [get] |
string | NegativeSign [get] |
int | NumberDecimalDigits [get] |
string | NumberDecimalSeparator [get] |
string | NumberGroupSeparator [get] |
int | CurrencyPositivePattern [get] |
string | PositiveInfinitySymbol [get] |
string | PositiveSign [get] |
int | PercentDecimalDigits [get] |
string | PercentDecimalSeparator [get] |
string | PercentGroupSeparator [get] |
string | PercentSymbol [get] |
string | PerMilleSymbol [get] |
Private Member Functions | |
void | OnSerializing (StreamingContext ctx) |
void | OnDeserializing (StreamingContext ctx) |
void | OnDeserialized (StreamingContext ctx) |
void | VerifyWritable () |
Definition at line 12 of file NumberFormatInfo.cs.