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

◆ WriteBase64String() [4/4]

void System.Text.Json.Utf8JsonWriter.WriteBase64String ( string propertyName,
ReadOnlySpan< byte > bytes )
inline

Definition at line 634 of file Utf8JsonWriter.cs.

635 {
636 WriteBase64String((propertyName ?? throw new ArgumentNullException("propertyName")).AsSpan(), bytes);
637 }
void WriteBase64String(JsonEncodedText propertyName, ReadOnlySpan< byte > bytes)

References System.bytes, System.Text.Json.Dictionary, and System.Text.Json.Utf8JsonWriter.WriteBase64String().