Property AsInt64
AsInt64
Gets the value of this instance as 64-bit signed integer.
Declaration
public virtual long AsInt64 { get; }
Property Value
| Type | Description |
|---|---|
| Int64 | long value of this instance. |
Remarks
Valid only if this instance is LongValue.
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If this instance is not LongValue. |