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!

TypeConverter Class

Converts the value of an object into a different data type.

Object
   TypeConverter

[Visual Basic]
Public Class TypeConverter
[C#]
public class TypeConverter
[C++]
public __gc class TypeConverter
[JScript]
public class TypeConverter

Remarks

The most common type of value converter is one that converts to and from a text representation.

Notes to Inheritors: You should inherit from TypeConverter to provide your own conversion requirements.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

TypeConverter Members | System.ComponentModel Namespace