| MvValue Conversion (MvValue to Char) |
Converts to bool.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static explicit operator char (
MvValue value
)
Public Shared Narrowing Operator CType (
value As MvValue
) As Char
static explicit operator wchar_t (
MvValue^ value
)
Parameters
- value
- Type: RW.Server.ComponentMvValue
The value to cast.
Return Value
Type:
CharThe value as a
char value.
Remarks See Also