Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CurrencyDecimalSeparator

string System.Globalization.NumberFormatInfo.CurrencyDecimalSeparator
getset

Definition at line 105 of file NumberFormatInfo.cs.

106 {
107 get
108 {
110 }
111 set
112 {
116 }
117 }
static void VerifyDecimalSeparator(string decSep, string propertyName)

Referenced by System.Globalization.FormatProvider.Number.ParseNumber().