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

◆ ToCamelCase()

static string Newtonsoft.Json.Utilities.StringUtils.ToCamelCase ( string s)
inlinestatic

Definition at line 128 of file StringUtils.cs.

129 {
130 char c;
131 bool flag = char.IsUpper(c);
132 long num = 0L;
133 bool flag2 = char.IsUpper(c);
134 if (num != 0L)
135 {
136 bool flag3 = char.IsUpper(c);
137 }
139 char c2 = char.ToLower(c, invariantCulture);
140 string text;
141 return text;
142 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

References System.Globalization.CultureInfo.InvariantCulture, j__TPar, System.L, and System.text.

Referenced by Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver.ResolvePropertyName(), and Newtonsoft.Json.Utilities.EnumUtils.ToEnumName().