terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Globalization.FormatProvider.Number Class Reference
+ Collaboration diagram for System.Globalization.FormatProvider.Number:

Classes

struct  NumberBuffer
 

Static Package Functions

static unsafe void Int32ToDecChars (char *buffer, ref int index, uint value, int digits)
 
static char ParseFormatSpecifier (ReadOnlySpan< char > format, out int digits)
 
static void NumberToString (ref ValueStringBuilder sb, ref FormatProvider.Number.NumberBuffer number, char format, int nMaxDigits, NumberFormatInfo info, bool isDecimal)
 
static void NumberToStringFormat (ref ValueStringBuilder sb, ref FormatProvider.Number.NumberBuffer number, ReadOnlySpan< char > format, NumberFormatInfo info)
 

Static Private Member Functions

static void FormatCurrency (ref ValueStringBuilder sb, ref FormatProvider.Number.NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info)
 
static unsafe int wcslen (char *s)
 
static unsafe void FormatFixed (ref ValueStringBuilder sb, ref FormatProvider.Number.NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, int[] groupDigits, string sDecimal, string sGroup)
 
static void FormatNumber (ref ValueStringBuilder sb, ref FormatProvider.Number.NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info)
 
static void FormatScientific (ref ValueStringBuilder sb, ref FormatProvider.Number.NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, char expChar)
 
static void FormatExponent (ref ValueStringBuilder sb, NumberFormatInfo info, int value, char expChar, int minDigits, bool positiveSign)
 
static void FormatGeneral (ref ValueStringBuilder sb, ref FormatProvider.Number.NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info, char expChar, bool bSuppressScientific)
 
static void FormatPercent (ref ValueStringBuilder sb, ref FormatProvider.Number.NumberBuffer number, int nMinDigits, int nMaxDigits, NumberFormatInfo info)
 
static void RoundNumber (ref FormatProvider.Number.NumberBuffer number, int pos)
 
static int FindSection (ReadOnlySpan< char > format, int section)
 
static Number ()
 

Static Private Attributes

static string[] s_posCurrencyFormats
 
static string[] s_negCurrencyFormats
 
static string[] s_posPercentFormats
 
static string[] s_negPercentFormats
 
static string[] s_negNumberFormats
 
static string s_posNumberFormat
 

Detailed Description

Definition at line 55 of file FormatProvider.cs.


The documentation for this class was generated from the following file: