Rogue Wave Server Component library for .NET Reference Guide
|
|
MvValueAsUserValue Method |
Converts to MvUserType.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- type (Optional)
- Type: SystemType
The requested type. - def (Optional)
- Type: RW.Server.ComponentMvUserType
The default result.
Return Value
Type: MvUserTypeIf the match is precise, the contained value. Otherwise, and if an exact type match is not required: If the type is user-defined, the result of
asUserValue.asValue(type,def)