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

◆ TryFormatUInt32()

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

Definition at line 281 of file Number.cs.

282 {
283 bool flag;
284 if (format == null)
285 {
286 if (42181520 == 0)
287 {
288 }
289 return flag;
290 }
291 NumberFormatInfo instance = NumberFormatInfo.GetInstance(provider);
292 if (65503 == 0)
293 {
294 return flag;
295 }
296 bool flag2;
297 return flag2;
298 }
class f__AnonymousType0<< Count > j__TPar
static NumberFormatInfo GetInstance(IFormatProvider formatProvider)

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