| MvUserTypeAsBoolean Method |
Converts to a Boolean value.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual bool AsBoolean(
bool def
)
Public Overridable Function AsBoolean (
def As Boolean
) As Boolean
public:
virtual bool AsBoolean(
bool def
)
Parameters
- def
- Type: SystemBoolean
The default value to return if no conversion is possible.
Return Value
Type:
Boolean
The converted Boolean representation for this type.
The default implementation returns
def.
Remarks See Also