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

◆ TryParse() [1/2]

static bool System.Single.TryParse ( ReadOnlySpan< char > s,
NumberStyles style,
NumberFormatInfo info,
[Out] float result )
inlinestaticprivate

Definition at line 247 of file Single.cs.

248 {
249 for (;;)
250 {
251 if (!true)
252 {
253 }
254 if (style != NumberStyles.None)
255 {
256 while (style != NumberStyles.None)
257 {
258 }
259 }
260 if (s != null)
261 {
262 break;
263 }
264 string negativeInfinitySymbol = info.negativeInfinitySymbol;
265 if (negativeInfinitySymbol != null)
266 {
267 char rawStringData = negativeInfinitySymbol.GetRawStringData();
268 if (negativeInfinitySymbol._stringLength != 0)
269 {
270 continue;
271 }
272 }
273 if (s != null)
274 {
275 goto Block_2;
276 }
277 string nanSymbol = info.nanSymbol;
278 if (nanSymbol == null)
279 {
280 goto IL_0068;
281 }
282 char rawStringData2 = nanSymbol.GetRawStringData();
283 if (nanSymbol._stringLength == 0)
284 {
285 goto IL_0068;
286 }
287 }
288 bool flag;
289 return flag;
290 Block_2:
291 int length = s._length;
292 int length2 = s._length;
293 bool flag2;
294 return flag2;
295 IL_0068:
296 if (s != null)
297 {
298 int length3 = s._length;
299 int length4 = s._length;
300 int length5 = s._length;
301 }
302 return true;
303 }
class f__AnonymousType0<< Count > j__TPar

References System.info, j__TPar, System.length, and System.s.