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