[This is preliminary documentation and is subject to change.]
Tries to convert string to number, returns null if conversion could not be made
Namespace: NFX.CodeAnalysis.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static Object Convert(
string str,
out JSONTokenType type
)
public static Object Convert(
string str,
out JSONTokenType type
)
Public Shared Function Convert (
str As String,
<OutAttribute> ByRef type As JSONTokenType
) As Object
Public Shared Function Convert (
str As String,
<OutAttribute> ByRef type As JSONTokenType
) As Object
public:
static Object^ Convert(
String^ str,
[OutAttribute] JSONTokenType% type
)
public:
static Object^ Convert(
String^ str,
[OutAttribute] JSONTokenType% type
)
static member Convert :
str : string *
type : JSONTokenType byref -> Object
static member Convert :
str : string *
type : JSONTokenType byref -> Object
Return Value
Type:
Object