Skip to content

DefaultValueJsonDocument.EscapeAndStoreRawStringValue Method

Definition

Namespace: Corvus.Text.Json.Internal
Assembly: Corvus.Text.Json.dll

Overloads

Method Description
EscapeAndStoreRawStringValue(ReadOnlySpan<char>, bool)
EscapeAndStoreRawStringValue(ReadOnlySpan<byte>, bool)

EscapeAndStoreRawStringValue(ReadOnlySpan<char>, bool)

Source: DefaultValueJsonDocument.cs

public int EscapeAndStoreRawStringValue(ReadOnlySpan<char> value, out bool requiredEscaping)

Parameters

Name Type Description
value ReadOnlySpan<char>
requiredEscaping bool

Returns

int

Implements

IMutableJsonDocument.EscapeAndStoreRawStringValue

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

EscapeAndStoreRawStringValue(ReadOnlySpan<byte>, bool)

Source: DefaultValueJsonDocument.cs

public int EscapeAndStoreRawStringValue(ReadOnlySpan<byte> value, out bool requiredEscaping)

Parameters

Name Type Description
value ReadOnlySpan<byte>
requiredEscaping bool

Returns

int

Implements

IMutableJsonDocument.EscapeAndStoreRawStringValue

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue