Provides a type converter to convert 32-bit unsigned integer objects to and from various other representations.
See Also: UInt32Converter Members
This converter can only convert a 32-bit unsigned integer object to and from a string.
The uint value type represents unsigned integers with values ranging from 0 to 4,294,967,295. This data type is not supported in Visual Basic.
You should never create an instance of a System.ComponentModel.UInt32Converter. Instead, call the TypeDescriptor.GetConverter(object) method of System.ComponentModel.TypeDescriptor. For more information, see the examples in the System.ComponentModel.TypeConverter base class and How to: Implement a Type Converter.