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

◆ TryFromBase64Chars()

static bool System.Convert.TryFromBase64Chars ( ReadOnlySpan< char > chars,
Span< byte > bytes,
[Out] int bytesWritten )
inlinestatic

Definition at line 2744 of file Convert.cs.

2745 {
2746 int num = 4;
2747 if (chars == null)
2748 {
2749 return;
2750 }
2751 if (num == 0)
2752 {
2753 }
2756 while (chars != null)
2757 {
2758 }
2763 if (21846 == 0)
2764 {
2765 }
2766 if (chars != null)
2767 {
2768 return;
2769 }
2770 }
static void ThrowArgumentOutOfRangeException()

References System.ThrowHelper.ThrowArgumentOutOfRangeException().