Click or drag to resize
Any  Conversion (Any to Int32)
Casts to int.

Namespace: RW.Server.Component
Assembly: 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
)

Parameters

a
Type: RW.Server.ComponentAny
The value to convert.

Return Value

Type: Int32
An integer value that represents this object.
See Also