Method ToInt32
ToInt32()
Attempts to convert JSON value to int
Declaration
public int ToInt32()
Returns
Type | Description |
---|---|
System.Int32 | converted int value |
Exceptions
Type | Condition |
---|---|
System.FormatException | |
System.InvalidCastException | |
System.OverflowException |