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

◆ WriteString() [14/28]

void System.Text.Json.Utf8JsonWriter.WriteString ( ReadOnlySpan< byte > utf8PropertyName,
string? value )
inline

Definition at line 3332 of file Utf8JsonWriter.cs.

3333 {
3334 if (value == null)
3335 {
3337 }
3338 else
3339 {
3341 }
3342 }
void WriteString(JsonEncodedText propertyName, DateTime value)
void WriteNull(JsonEncodedText propertyName)

References System.Text.Json.Dictionary, System.value, System.Text.Json.Utf8JsonWriter.WriteNull(), and System.Text.Json.Utf8JsonWriter.WriteString().