[This is preliminary documentation and is subject to change.]
Resolves a JSON keyword - this method IS thread safe
Namespace: NFX.CodeAnalysis.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static JSONTokenType Resolve(
string str
)
public static JSONTokenType Resolve(
string str
)
Public Shared Function Resolve (
str As String
) As JSONTokenType
Public Shared Function Resolve (
str As String
) As JSONTokenType
public:
static JSONTokenType Resolve(
String^ str
)
public:
static JSONTokenType Resolve(
String^ str
)
static member Resolve :
str : string -> JSONTokenType
static member Resolve :
str : string -> JSONTokenType
Return Value
Type:
JSONTokenType