2 references to TryParseBinaryIntegerHexOrBinaryNumberStyle
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (2)
207
return
TryParseBinaryIntegerHexOrBinaryNumberStyle
<TChar, TInteger, BinaryParser<TInteger>>(value, styles, out result);
520
return
TryParseBinaryIntegerHexOrBinaryNumberStyle
<TChar, TInteger, HexParser<TInteger>>(value, styles, out result);