terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetBytes() [8/8]

override int System.Text.UTF8Encoding.GetBytes ( string s,
int charIndex,
int charCount,
byte[] bytes,
int byteIndex )
inlinevirtualinherited

Reimplemented from System.Text.Encoding.

Definition at line 109 of file UTF8Encoding.cs.

110 {
111 if (bytes != null && s != null)
112 {
113 int stringLength = s._stringLength;
115 Span span;
116 !0 reference = MemoryMarshal.GetReference(span);
117 }
118 return "Index was out of range. Must be non-negative and less than the size of the collection.";
119 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Runtime.CompilerServices.RuntimeHelpers.OffsetToStringData, and System.s.