ActionEngineUtilToInt(Object) Method

Provide fail-safe conversion of string to numeric value.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static int ToInt(
	Object value
)

Parameters

value  Object
Value to convert.

Return Value

Int32
Int32 value. 0 if not convertible.

See Also