| Any Conversion (Any to Int64) |
Casts to long.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public static explicit operator long (
Any a
)
Public Shared Narrowing Operator CType (
a As Any
) As Long
static explicit operator long long (
Any a
)
Parameters
- a
- Type: RW.Server.ComponentAny
The value to convert.
Return Value
Type:
Int64
A long integer value that represents this object.
See Also