Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void To(object, out bool)

Declaration

public static void To(
    object value,
    out bool result
)

Summary

Converts the specified object to a bool. Throws an ExactConvertException if the object cannot be converted exactly.