| Any Conversion (Any to Int64) |
Casts to long.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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