IReadOnlyPropertyAsLong Method (Int64) |
Value converted to a long 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 long AsLong(
long defaultValue
)
Function AsLong (
defaultValue As Long
) As Long
Parameters
- defaultValue
- Type: SystemInt64
Return Value
Type:
Int64See Also