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

◆ TryFormatInt32()

static bool System.Number.TryFormatInt32 ( int value,
ReadOnlySpan< char > format,
IFormatProvider provider,
Span< char > destination,
[Out] int charsWritten )
inlinestatic

Definition at line 218 of file Number.cs.

219 {
220 int num = 1;
221 if (format == null)
222 {
223 if (num == 0)
224 {
225 }
226 return true;
227 }
228 if (num == 0)
229 {
230 }
231 NumberFormatInfo instance = NumberFormatInfo.GetInstance(provider);
232 int num2 = 65503;
233 if (num2 == 0)
234 {
235 if (num2 == 0)
236 {
237 }
238 bool flag;
239 return flag;
240 }
241 if (num2 == 0)
242 {
243 }
244 bool flag2;
245 return flag2;
246 }
class f__AnonymousType0<< Count > j__TPar
static NumberFormatInfo GetInstance(IFormatProvider formatProvider)

References System.format, System.Globalization.NumberFormatInfo.GetInstance(), and j__TPar.