1 reference to TryParse
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\UInt128Converter.cs (1)
46
if (!UInt128.
TryParse
(buffer.Slice(0, written), CultureInfo.InvariantCulture, out UInt128 result))