2 references to TryParseBigIntegerHexOrBinaryNumberStyle
System.Runtime.Numerics (2)
System\Number.BigInteger.cs (2)
68
return
TryParseBigIntegerHexOrBinaryNumberStyle
<BigIntegerHexParser<TChar>, TChar>(value, style, out result);
73
return
TryParseBigIntegerHexOrBinaryNumberStyle
<BigIntegerBinaryParser<TChar>, TChar>(value, style, out result);