ShopToolsUtilToBool(Object) Method
Provide fail-safe conversion of string to boolean value.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static bool ToBool(
Object value
)
Public Shared Function ToBool (
value As Object
) As Boolean
No code example is currently available or this language may not be supported.
- value Object
-
Value to convert.
Boolean
Boolean value. False if not convertible.