Class JSONNumbers
Inheritance
System.Object
JSONNumbers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.CodeAnalysis.JSON
Assembly: Azos.dll
Syntax
public static class JSONNumbers
Methods
Convert(String, out JSONTokenType)
Tries to convert string to number, returns null if conversion could not be made
Declaration
public static object Convert(string str, out JSONTokenType type)
Parameters
Type | Name | Description |
---|---|---|
System.String | str | |
JSONTokenType | type |
Returns
Type | Description |
---|---|
System.Object |