'Declaration Public Shared Function GetBool( _ ByVal value As Object, _ ByVal defaultValue As Boolean _ ) As Boolean
public static bool GetBool( object value, bool defaultValue )
Parameters
- value
- The object to convert.
- defaultValue
- The default value.
Return Value
The converted value, or defaultValue if the object could not be converted.