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

◆ GetBytesFromBase64()

byte[] System.Text.Json.Utf8JsonReader.GetBytesFromBase64 ( )
inline

Definition at line 4095 of file Utf8JsonReader.cs.

4096 {
4097 if (!TryGetBytesFromBase64(out byte[] value))
4098 {
4099 throw ThrowHelper.GetFormatException(DataType.Base64String);
4100 }
4101 return value;
4102 }
bool TryGetBytesFromBase64([NotNullWhen(true)] out byte[]? value)

References System.Text.Json.Dictionary, System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.Utf8JsonReader.TryGetBytesFromBase64(), and System.value.