Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 442 Bytes

File metadata and controls

18 lines (11 loc) · 442 Bytes

JTokenUtility.AsString method

Returns a string corresponding to the JToken if possible.

public static string? AsString(this JToken? jToken)

Return Value

This method returns null if the JToken is null, or if it doesn't contain a string.

See Also