Click or drag to resize

ResourceEnumConverterConvertToString Method

Overload List
  NameDescription
Public methodConvertToString(Object)
Converts the specified value to a string representation.
(Inherited from TypeConverter.)
Public methodStatic memberConvertToString(Enum)
Public methodConvertToString(ITypeDescriptorContext, Object)
Converts the given value to a string representation, using the given context.
(Inherited from TypeConverter.)
Public methodConvertToString(ITypeDescriptorContext, CultureInfo, Object)
Converts the given value to a string representation, using the specified context and culture information.
(Inherited from TypeConverter.)
Top
See Also