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

◆ CurrencyPositivePattern

int System.Globalization.NumberFormatInfo.CurrencyPositivePattern
getset

Definition at line 391 of file NumberFormatInfo.cs.

392 {
393 get
394 {
396 }
397 set
398 {
399 if (value < 0 || value > 3)
400 {
401 throw new ArgumentOutOfRangeException("value", value, SR.Format(SR.ArgumentOutOfRange_Range, 0, 3));
402 }
405 }
406 }