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

◆ TryConvertGuid()

static bool Newtonsoft.Json.Utilities.ConvertUtils.TryConvertGuid ( string s,
[Out] Guid g )
inlinestatic

Definition at line 335 of file ConvertUtils.cs.

336 {
337 Match match;
338 bool success = match.Success;
339 return true;
340 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.match, and System.Text.RegularExpressions.Group.Success.