GeometryUtilToInt(Object) Method
Provide fail-safe conversion of string to numeric value.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static int ToInt(
Object value
)
Public Shared Function ToInt (
value As Object
) As Integer
No code example is currently available or this language may not be supported.
- value Object
-
Value to convert.
Int32
Int32 value. 0 if not convertible.