Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WebName

override string System.Text.EncodingNLS.WebName
getinherited

Definition at line 35 of file EncodingNLS.cs.

36 {
37 get
38 {
39 if (_webName == null)
40 {
42 if (_webName == null)
43 {
44 throw new NotSupportedException(System.SR.Format(System.SR.NotSupported_NoCodepageData, CodePage));
45 }
46 }
47 return _webName;
48 }
49 }
static string NotSupported_NoCodepageData
Definition SR.cs:1688
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7
static string GetWebNameFromCodePage(int codePage)
virtual int CodePage
Definition Encoding.cs:515