4 references to FormatDecimal
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (4)
484
return Number.
FormatDecimal
(this, null, NumberFormatInfo.CurrentInfo);
489
return Number.
FormatDecimal
(this, format, NumberFormatInfo.CurrentInfo);
494
return Number.
FormatDecimal
(this, null, NumberFormatInfo.GetInstance(provider));
499
return Number.
FormatDecimal
(this, format, NumberFormatInfo.GetInstance(provider));