Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowBase64FormatException()

static void System.Security.Cryptography.ThrowHelper.ThrowBase64FormatException ( )
inlinestatic

Definition at line 62 of file ThrowHelper.cs.

63 {
64 throw new FormatException();
65 }

Referenced by System.Security.Cryptography.FromBase64Transform.ConvertFromBase64().