1 reference to TryParse
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\Ieee754FloatingPointConverter.cs (1)
153bool success = TryParse(byteBuffer, out T result) && (!isStringValue || T.IsFinite(result));