ShopToolsUtilToInt(Object) Method
Provide fail-safe conversion of string to numeric value.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
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.