Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PercentGroupSeparator
string
System.Globalization.NumberFormatInfo.PercentGroupSeparator
get
set
Definition at line
474
of file
NumberFormatInfo.cs
.
475
{
476
get
477
{
478
return
_percentGroupSeparator
;
479
}
480
set
481
{
482
VerifyWritable
();
483
VerifyGroupSeparator
(
value
,
"value"
);
484
_percentGroupSeparator
=
value
;
485
}
486
}
System.Globalization.NumberFormatInfo.VerifyGroupSeparator
static void VerifyGroupSeparator(string groupSep, string propertyName)
Definition
NumberFormatInfo.cs:566
System.Globalization.NumberFormatInfo._percentGroupSeparator
string _percentGroupSeparator
Definition
NumberFormatInfo.cs:35
System.Globalization.NumberFormatInfo.VerifyWritable
void VerifyWritable()
Definition
NumberFormatInfo.cs:653
System.ExceptionArgument.value
@ value
System
Globalization
NumberFormatInfo
Generated by
1.10.0