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.Vector2.ToString ( string format,
IFormatProvider formatProvider )
inline

Implements System.IFormattable.

Definition at line 114 of file Vector2.cs.

115 {
116 bool flag = string.IsNullOrEmpty(format);
117 if (formatProvider == null)
118 {
120 }
121 string text;
122 string text2;
123 if ((text == null || text != null) && (text2 == null || text2 != null))
124 {
125 string text3;
126 return text3;
127 }
128 throw new ArrayTypeMismatchException();
129 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

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