Utf8JsonReader.GetString Method
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.
Reads the next JSON token value from the source unescaped and transcodes it as a string.
public:
System::String ^ GetString();
public string? GetString();
public string GetString();
member this.GetString : unit -> string
Public Function GetString () As String
The token value parsed to a string, or null
if TokenType is Null.
The JSON token value isn't a string (that is, not a String, PropertyName, or Null).
-or-
The JSON string contains invalid UTF-8 bytes or invalid UTF-16 surrogates.
Returns null
when TokenType is JsonTokenType.Null.
If you're using .NET 7 or a later version and performance is a concern, consider using the Utf8JsonReader.CopyString method instead. CopyString
avoids allocating a new string each time the method is called.
Produkt | Versioner |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: