Click or drag to resize
CustomConvert Class
Performs simple custom conversions.
Inheritance Hierarchy
SystemObject
  VirtualRadar.InterfaceCustomConvert

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class CustomConvert

The CustomConvert type exposes the following members.

Methods
  NameDescription
Public methodStatic memberChangeType
Converts a value from one type to another, as per the standard ChangeType(Object, Type), except that this version can cope with the conversion of NullableT types.
Top
See Also