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

◆ ToString() [2/2]

string UnityEngine.Color.ToString ( string format,
IFormatProvider formatProvider )
inline

Implements System.IFormattable.

Definition at line 36 of file Color.cs.

37 {
38 bool flag = string.IsNullOrEmpty(format);
39 if (formatProvider == null)
40 {
42 }
43 string text;
44 string text2;
45 string text3;
46 string text4;
47 if ((text == null || text != null) && (text2 == null || text2 != null) && (text3 == null || text3 != null) && (text4 == null || text4 != null))
48 {
49 string text5;
50 return text5;
51 }
53 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

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