IReadOnlyPropertyAsInt Method (Int32) |
Value converted to a int using the default value if null.
If the value cannot be converted, an exception is thrown
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax int AsInt(
int defaultValue
)
Function AsInt (
defaultValue As Integer
) As Integer
Parameters
- defaultValue
- Type: SystemInt32
Return Value
Type:
Int32See Also