Utf8JsonWriter.WriteStringValueSegment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WriteStringValueSegment(ReadOnlySpan<Byte>, Boolean) | |
WriteStringValueSegment(ReadOnlySpan<Char>, Boolean) |
WriteStringValueSegment(ReadOnlySpan<Byte>, Boolean)
public:
void WriteStringValueSegment(ReadOnlySpan<System::Byte> value, bool isFinalSegment);
public void WriteStringValueSegment(ReadOnlySpan<byte> value, bool isFinalSegment);
member this.WriteStringValueSegment : ReadOnlySpan<byte> * bool -> unit
Public Sub WriteStringValueSegment (value As ReadOnlySpan(Of Byte), isFinalSegment As Boolean)
Parameters
- value
- ReadOnlySpan<Byte>
- isFinalSegment
- Boolean
Applies to
WriteStringValueSegment(ReadOnlySpan<Char>, Boolean)
public:
void WriteStringValueSegment(ReadOnlySpan<char> value, bool isFinalSegment);
public void WriteStringValueSegment(ReadOnlySpan<char> value, bool isFinalSegment);
member this.WriteStringValueSegment : ReadOnlySpan<char> * bool -> unit
Public Sub WriteStringValueSegment (value As ReadOnlySpan(Of Char), isFinalSegment As Boolean)
Parameters
- value
- ReadOnlySpan<Char>
- isFinalSegment
- Boolean
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.