Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PercentDecimalSeparator
string
System.Globalization.NumberFormatInfo.PercentDecimalSeparator
get
set
Definition at line
460
of file
NumberFormatInfo.cs
.
461
{
462
get
463
{
464
return
_percentDecimalSeparator
;
465
}
466
set
467
{
468
VerifyWritable
();
469
VerifyDecimalSeparator
(
value
,
"value"
);
470
_percentDecimalSeparator
=
value
;
471
}
472
}
System.Globalization.NumberFormatInfo._percentDecimalSeparator
string _percentDecimalSeparator
Definition
NumberFormatInfo.cs:33
System.Globalization.NumberFormatInfo.VerifyWritable
void VerifyWritable()
Definition
NumberFormatInfo.cs:653
System.Globalization.NumberFormatInfo.VerifyDecimalSeparator
static void VerifyDecimalSeparator(string decSep, string propertyName)
Definition
NumberFormatInfo.cs:554
System.ExceptionArgument.value
@ value
System
Globalization
NumberFormatInfo
Generated by
1.10.0