Click or drag to resize
ConvertToBoolean Method
Overload List
  NameDescription
Public methodStatic memberToBoolean(Boolean)
Returns the specified Boolean value; no actual conversion is performed.
Public methodStatic memberToBoolean(Byte)
Converts the value of the specified 8-bit unsigned integer to an equivalent Boolean value.
Public methodStatic memberToBoolean(Char)
Calling this method always throws InvalidCastException.
Public methodStatic memberToBoolean(DateTime)
Calling this method always throws InvalidCastException.
Public methodStatic memberToBoolean(Decimal)
Converts the value of the specified decimal number to an equivalent Boolean value.
Public methodStatic memberToBoolean(Double)
Converts the value of the specified double-precision floating-point number to an equivalent Boolean value.
Public methodStatic memberToBoolean(Int16)
Converts the value of the specified 16-bit signed integer to an equivalent Boolean value.
Public methodStatic memberToBoolean(Int32)
Converts the value of the specified 32-bit signed integer to an equivalent Boolean value.
Public methodStatic memberToBoolean(Int64)
Converts the value of the specified 64-bit signed integer to an equivalent Boolean value.
Public methodStatic memberToBoolean(Object)
Converts the value of a specified object to an equivalent Boolean value.
Public methodStatic memberToBoolean(SByte)
Converts the value of the specified 8-bit signed integer to an equivalent Boolean value.
Public methodStatic memberToBoolean(Single)
Converts the value of the specified single-precision floating-point number to an equivalent Boolean value.
Public methodStatic memberToBoolean(String)
Converts the specified string representation of a logical value to its Boolean equivalent.
Public methodStatic memberToBoolean(UInt16)
Converts the value of the specified 16-bit unsigned integer to an equivalent Boolean value.
Public methodStatic memberToBoolean(UInt32)
Converts the value of the specified 32-bit unsigned integer to an equivalent Boolean value.
Public methodStatic memberToBoolean(UInt64)
Converts the value of the specified 64-bit unsigned integer to an equivalent Boolean value.
Public methodStatic memberToBoolean(Object, IFormatProvider)
Converts the value of the specified object to an equivalent Boolean value, using the specified culture-specific formatting information.
Public methodStatic memberToBoolean(String, IFormatProvider)
Converts the specified string representation of a logical value to its Boolean equivalent, using the specified culture-specific formatting information.
Top
See Also