6 references to Format
System.Text.Encoding.CodePages (6)
System\Text\BaseCodePageEncoding.cs (1)
255
throw new NotSupportedException(SR.
Format
(SR.NotSupported_NoCodepageData, CodePage));
System\Text\DBCSCodePageEncoding.cs (1)
99
throw new NotSupportedException(SR.
Format
(SR.NotSupported_NoCodepageData, CodePage));
System\Text\EncoderFallbackBufferHelper.cs (1)
133
throw new ArgumentException(SR.
Format
(SR.Argument_RecursiveFallback, charRecursive), "chars");
System\Text\EncodingNLS.cs (1)
550
throw new NotSupportedException(SR.
Format
(SR.NotSupported_NoCodepageData, CodePage));
System\Text\ISCIIEncoding.cs (1)
65
throw new ArgumentException(SR.
Format
(SR.Argument_CodepageNotSupported, codePage), nameof(codePage));
System\Text\SBCSCodePageEncoding.cs (1)
73
throw new NotSupportedException(SR.
Format
(SR.NotSupported_NoCodepageData, CodePage));