CastHelper.ToBoolean Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToBoolean(Decimal)
public:
static bool ToBoolean(System::Decimal _value);
public static bool ToBoolean (decimal _value);
static member ToBoolean : decimal -> bool
Public Shared Function ToBoolean (_value As Decimal) As Boolean
Parameters
Returns
ToBoolean(Int32)
public:
static bool ToBoolean(int _value);
public static bool ToBoolean (int _value);
static member ToBoolean : int -> bool
Public Shared Function ToBoolean (_value As Integer) As Boolean
Parameters
Returns
ToBoolean(Int64)
public:
static bool ToBoolean(long _value);
public static bool ToBoolean (long _value);
static member ToBoolean : int64 -> bool
Public Shared Function ToBoolean (_value As Long) As Boolean
Parameters
Returns
ToBoolean(Object)
public:
static bool ToBoolean(System::Object ^ _value);
public static bool ToBoolean (object _value);
static member ToBoolean : obj -> bool
Public Shared Function ToBoolean (_value As Object) As Boolean
Parameters
Returns