BinByteGroupChar | NumberFormat | |
BinFieldWidth | NumberFormat | |
BinLiteralPrefix | NumberFormat | |
BinNibbleGroupChar | NumberFormat | |
BinWord32GroupChar | NumberFormat | |
BinWordGroupChar | NumberFormat | |
BitsInfNeg | NumberFormat | static |
BitsInfPos | NumberFormat | static |
BitsNaN | NumberFormat | static |
Computational | NumberFormat | static |
DecimalPointChar | NumberFormat | |
DecMinimumFieldWidth | NumberFormat | |
ExponentSeparator | NumberFormat | |
ForceDecimalPoint | NumberFormat | |
ForceScientific | NumberFormat | |
FractionalPartWidth | NumberFormat | |
Global | NumberFormat | static |
HexByteGroupChar | NumberFormat | |
HexFieldWidth | NumberFormat | |
HexLiteralPrefix | NumberFormat | |
HexLowerCase | NumberFormat | |
HexWord32GroupChar | NumberFormat | |
HexWordGroupChar | NumberFormat | |
INFLiteral | NumberFormat | |
IntegralPartMinimumWidth | NumberFormat | |
LeadingGroupCharReplacement | NumberFormat | |
NANLiteral | NumberFormat | |
NumberFormat() | NumberFormat | inline |
OctFieldWidth | NumberFormat | |
OctGroupChar | NumberFormat | |
OctLiteralPrefix | NumberFormat | |
OmitTrailingFractionalZeros | NumberFormat | |
ParseBin(char[] buffer, ref int idx, int maxIdx) | NumberFormat | inline |
ParseDec(char[] buffer, ref int idx, int maxIdx) | NumberFormat | inline |
ParseDecDigits(char[] buffer, ref int idx, int maxIdx) | NumberFormat | inlinestatic |
ParseFloat(char[] buffer, ref int idx, int maxIdx) | NumberFormat | inline |
ParseHex(char[] buffer, ref int idx, int maxIdx) | NumberFormat | inline |
ParseInt(char[] buffer, ref int idx, int maxIdx) | NumberFormat | inline |
ParseOct(char[] buffer, ref int idx, int maxIdx) | NumberFormat | inline |
PlusSign | NumberFormat | |
pow10_0to19 | NumberFormat | protectedstatic |
ReadGroupChars | NumberFormat | |
Set(NumberFormat other=null) | NumberFormat | inline |
SetComputational() | NumberFormat | inline |
SetFromLocale() | NumberFormat | inline |
SignMask | NumberFormat | static |
ThousandsGroupChar | NumberFormat | |
Whitespaces | NumberFormat | |
WriteBin(ulong value, char[] buffer, int idx, int overrideWidth) | NumberFormat | inline |
WriteDecSigned(long value, char[] buffer, int idx, int overrideWidth) | NumberFormat | inline |
writeDecUnsigned(ulong value, char[] buffer, int idx, int width) | NumberFormat | inlineprotected |
WriteDecUnsigned(ulong value, char[] buffer, int idx, int overrideWidth) | NumberFormat | inline |
WriteExponentPlusSign | NumberFormat | |
WriteFloat(double value, char[] buffer, int idx, int overrideWidth) | NumberFormat | inline |
WriteGroupChars | NumberFormat | |
WriteHex(ulong value, char[] buffer, int idx, int overrideWidth) | NumberFormat | inline |
WriteOct(ulong value, char[] buffer, int idx, int overrideWidth) | NumberFormat | inline |