NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UnitConverter Class

Specifies an interface to be overridden to provide unit conversion services. The base unit converter class.

Object
   TypeConverter
      UnitConverter

[Visual Basic]
Public Class UnitConverter
   Inherits TypeConverter
[C#]
public class UnitConverter : TypeConverter
[C++]
public __gc class UnitConverter : public TypeConverter
[JScript]
public class UnitConverter extends TypeConverter

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.Design

Assembly: System.Web.UI.Design.dll

See Also

UnitConverter Members | System.Web.UI.Design Namespace