1 reference to Parse
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
1848
public static decimal Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider) =>
Parse
(utf8Text, NumberStyles.Number, provider);