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

◆ GetBytes() [7/9]

override byte[] System.Text.UTF8Encoding.UTF8EncodingSealed.GetBytes ( string s)
inlinevirtual

Reimplemented from System.Text.Encoding.

Definition at line 38 of file UTF8Encoding.cs.

39 {
40 if (s != null && s.Length <= 32)
41 {
43 }
44 return base.GetBytes(s);
45 }
unsafe byte[] GetBytesForSmallInput(string s)

References System.Text.UTF8Encoding.UTF8EncodingSealed.GetBytesForSmallInput(), and System.s.