need to play around with them...
- Dynamic Type Description Framework for PropertyGrid
- Universal Type Converter
- Bit Flags Type Converter
- A Vector Type for C#
- Generics Converter for Basic Types
- .NET Type Conversion Utility
- Transformations Type Converter Library
- A Beginner's Tutorial - Type Casting and Type Conversion in C#
A framework that allows you to customize your class for PropertyGrid at design-time and/or run-time. Using this framework your can control what properties PropertyGrid shows, how the properties are shown, and when it shows them.
This article is about the different possibilities of type conversion provided by the .NET Framework. At the end, it offers a ready to use solution: the UniversalTypeConverter which converts nearly every type to another type.
An implementation of TypeConverter which allows you to edit bit flag enumerations in the PropertyGrid.
A guide through a Vector type in C# using Cartesian and Euclidian Geometry
A generics method to convert an object to a basic type.
Convert what System.Convert can't.
The transformations library is intended to cover type conversion, enumeration conversion and some additional helper methods.
This small article discusses about type casting in C#.
No comments:
Post a Comment