MvValue Conversion Operators |
Name | Description | |
---|---|---|
(MvValue to Boolean) |
Converts to bool.
| |
(MvValue to Char) |
Converts to bool.
| |
(MvValue to Int64) |
Converts to long.
| |
(MvValue to Single) |
Converts to float.
| |
(MvValue to Double) |
Converts to double.
| |
(MvValue to String) |
Converts to string.
| |
(MvValue to MvRef) |
Converts to MvRef.
| |
(MvValue to HRef) |
Converts to HRef.
| |
(MvValue to MvFile) |
Converts to MvFile.
|