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

◆ ToUpper() [2/2]

virtual string System.Globalization.TextInfo.ToUpper ( string str)
inlinevirtual

Definition at line 190 of file TextInfo.cs.

191 {
192 while (str == null)
193 {
194 }
195 return this.ToUpperInternal(str);
196 }
string ToUpperInternal(string str)
Definition TextInfo.cs:272

References System.Globalization.TextInfo.ToUpperInternal().