Click or drag to resize
MvValue  Conversion (MvValue to Char)
Converts to bool.

Namespace: RW.Server.Component
Assembly: 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
)

Parameters

value
Type: RW.Server.ComponentMvValue
The value to cast.

Return Value

Type: Char
The value as a char value.
Remarks
Equivalent to value.AsChar().
See Also