3 references to GetPrintableString
System.Text.Json (3)
System\Text\Json\ThrowHelper.cs (1)
384
string character =
GetPrintableString
(nextByte);
System\Text\Json\Writer\JsonWriterHelper.cs (2)
234
SR.Format(SR.ExpectedEndOfDigitNotFound, ThrowHelper.
GetPrintableString
(val)),
251
SR.Format(SR.ExpectedEndOfDigitNotFound, ThrowHelper.
GetPrintableString
(utf8FormattedNumber[i])),