March 2003
Intermediate to advanced
896 pages
32h 35m
English
StringConverter
This class implements a TypeConverter to transform
to and from the string type in serialization and design-time
scenarios. You should not normally call it from your own code.
public class StringConverter : TypeConverter { // Public Constructors public StringConverter(); // Public Instance Methods public override bool CanConvertFrom( ITypeDescriptorContext context, Type sourceType); // overrides TypeConverter public override object ConvertFrom(ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value); // overrides TypeConverter }
System.Object
→ TypeConverter → StringConverter
Read now
Unlock full access