Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool TryParse(string, out JsonNumber)

Declaration

public static bool TryParse(
    string jsonNumber,
    out JsonNumber result
)

Summary

Attempts to parse the specified string into a JSON number.

Parameters

stringjsonNumber A string containing JSON syntax.
out JsonNumberresult Receives the JsonNumber representing the number, or null if unsuccessful.

Returns

True if parsing was successful; otherwise, false.