ShopToolsUtilToInt(Object) Method

Provide fail-safe conversion of string to numeric value.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
public static int ToInt(
	Object value
)

Parameters

value  Object
Value to convert.

Return Value

Int32
Int32 value. 0 if not convertible.

See Also