Parameters
- v
- The Variant to be converted.
Return Value
Returns
True
if: - the Variant is boolean 'True'; - the Variant is numeric non-zero; - the Variant is string represents numeric non-zero value; - the Variant is string other than 'False'; - the Variant is TimeSpant other than TimeSpan.Zero; - the Variant is DateTime other than default(DateTime); - the Variant is object other than null
; Returns False
in all other cases.