Monday, August 29, 2022

type converter

need to play around with them...

  1. Dynamic Type Description Framework for PropertyGrid
  2. 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.

  3. Universal Type Converter
  4. 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.

  5. Bit Flags Type Converter
  6. An implementation of TypeConverter which allows you to edit bit flag enumerations in the PropertyGrid.

  7. A Vector Type for C#
  8. A guide through a Vector type in C# using Cartesian and Euclidian Geometry

  9. Generics Converter for Basic Types
  10. A generics method to convert an object to a basic type.

  11. .NET Type Conversion Utility
  12. Convert what System.Convert can't.

  13. Transformations Type Converter Library
  14. The transformations library is intended to cover type conversion, enumeration conversion and some additional helper methods.

  15. A Beginner's Tutorial - Type Casting and Type Conversion in C#
  16. This small article discusses about type casting in C#.

No comments:

Post a Comment