| Any Conversion (Any to Int32) |
Casts to int.
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 int (
Any a
)
Public Shared Narrowing Operator CType (
a As Any
) As Integer
static explicit operator int (
Any a
)
Parameters
- a
- Type: RW.Server.ComponentAny
The value to convert.
Return Value
Type:
Int32
An integer value that represents this object.
See Also