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

◆ ReadArrayIntoByteArray()

byte[] Newtonsoft.Json.JsonReader.ReadArrayIntoByteArray ( )
inlinepackageinherited

Definition at line 474 of file JsonReader.cs.

475 {
476 JsonToken contentToken = this.GetContentToken();
478 return Convert.ToByte(this, invariantCulture);
479 }
class f__AnonymousType0<< Count > j__TPar
static byte ToByte(object value, IFormatProvider provider)
Definition Convert.cs:737
static CultureInfo InvariantCulture

References Newtonsoft.Json.JsonReader.GetContentToken(), System.Globalization.CultureInfo.InvariantCulture, j__TPar, and System.Convert.ToByte().