2 references to TryFormat
System.Text.Json (2)
System\Text\Json\Serialization\Converters\Value\VersionConverter.cs (2)
109
bool formattedSuccessfully = value.
TryFormat
(span, out int charsWritten);
128
bool formattedSuccessfully = value.
TryFormat
(span, out int charsWritten);