Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Runtime.DecimalFormatter Class Referencesealed

Public Member Functions

 DecimalFormatter (string formatPicture, DecimalFormat decimalFormat)
 
string Format (double value)
 

Static Public Member Functions

static string Format (double value, string formatPicture, DecimalFormat decimalFormat)
 

Static Private Member Functions

static int RemoveTrailingComma (StringBuilder builder, int commaIndex, int decimalIndex)
 

Private Attributes

readonly NumberFormatInfo _posFormatInfo
 
readonly NumberFormatInfo _negFormatInfo
 
readonly string _posFormat
 
readonly string _negFormat
 
readonly char _zeroDigit
 

Detailed Description

Definition at line 6 of file DecimalFormatter.cs.


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