2 references to TryFormatDecimal
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (2)
504
return Number.
TryFormatDecimal
(this, format, NumberFormatInfo.GetInstance(provider), destination, out charsWritten);
510
return Number.
TryFormatDecimal
(this, format, NumberFormatInfo.GetInstance(provider), utf8Destination, out bytesWritten);