ShopToolsUtilToBool(Object) Method

Provide fail-safe conversion of string to boolean value.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static bool ToBool(
	Object value
)

Parameters

value  Object
Value to convert.

Return Value

Boolean
Boolean value. False if not convertible.

See Also