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