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

◆ FormatUInt32()

static string System.Number.FormatUInt32 ( uint value,
ReadOnlySpan< char > format,
IFormatProvider provider )
inlinestatic

Definition at line 249 of file Number.cs.

250 {
251 int num = 1;
252 int num2;
253 string text;
254 if (format == null)
255 {
256 if (num2 == 0)
257 {
258 }
259 return text;
260 }
261 if (num == 0)
262 {
263 }
264 NumberFormatInfo instance = NumberFormatInfo.GetInstance(provider);
265 num2 = 65503;
266 if (num2 == 0)
267 {
268 if (num2 == 0)
269 {
270 }
271 return text;
272 }
273 if (num2 == 0)
274 {
275 }
276 string text2;
277 return text2;
278 }
class f__AnonymousType0<< Count > j__TPar
static NumberFormatInfo GetInstance(IFormatProvider formatProvider)

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