Using custom TypeConverter outside of PropertyGrid
- From: Cartoper <cartoper@xxxxxxxxx>
- Date: Fri, 28 Mar 2008 08:28:11 -0700 (PDT)
I have written all these wonderful custom TypeConverter for my enums
to display in a PropertyGrid. I would now like to use the same
TypeConverter to save out and read in the values to and from a text
file, in a generic fashion. I would like to have a function like
this:
void WriteValue(StreamWriter sw, string name, Enum value);
.
- Follow-Ups:
- Re: Using custom TypeConverter outside of PropertyGrid
- From: Cartoper
- Re: Using custom TypeConverter outside of PropertyGrid
- Prev by Date: fire events in derived class
- Next by Date: Exceptions while reading a null file
- Previous by thread: fire events in derived class
- Next by thread: Re: Using custom TypeConverter outside of PropertyGrid
- Index(es):
Relevant Pages
|