GeometryUtilToInt(String) Method

Provide fail-safe conversion of string to numeric value.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static int ToInt(
	string value
)

Parameters

value  String
Value to convert.

Return Value

Int32
Int32 value. 0 if not convertible.

See Also