|
static bool | IsWhite (char ch) |
|
static unsafe char * | MatchChars (char *p, char *pEnd, string str) |
|
static unsafe char * | MatchChars (char *p, char *pEnd, char *str) |
|
static bool | AllowHyphenDuringParsing (NumberFormatInfo info) |
|
static unsafe char * | MatchNegativeSignChars (char *p, char *pEnd, string negativeSign, bool allowHyphenDuringParsing) |
|
static unsafe bool | ParseNumber (ref char *str, char *strEnd, NumberStyles options, ref NumberBuffer number, StringBuilder sb, NumberFormatInfo numfmt, bool parseDecimal) |
|
static bool | TrailingZeros (ReadOnlySpan< char > s, int index) |
|
static void | FormatCurrency (ref System.Text.ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info) |
|
static unsafe void | FormatFixed (ref System.Text.ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, int[] groupDigits, string sDecimal, string sGroup) |
|
static void | FormatNumber (ref System.Text.ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info) |
|
static unsafe void | FormatScientific (ref System.Text.ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, char expChar) |
|
static unsafe void | FormatExponent (ref System.Text.ValueStringBuilder sb, NumberFormatInfo info, int value, char expChar, int minDigits, bool positiveSign) |
|
static unsafe void | FormatGeneral (ref System.Text.ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, char expChar, bool bSuppressScientific) |
|
static void | FormatPercent (ref System.Text.ValueStringBuilder sb, ref NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info) |
|
static unsafe void | RoundNumber (ref NumberBuffer number, int pos) |
|
static unsafe int | FindSection (ReadOnlySpan< char > format, int section) |
|
Definition at line 9 of file FormatProvider.cs.