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
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.
Namespace: System.ComponentModel
Assembly: System.dll