System.ComponentModel.UInt64Converter Class

Provides a type converter to convert 64-bit unsigned integer objects to and from other representations.

See Also: UInt64Converter Members

Syntax

public class UInt64Converter : BaseNumberConverter

Remarks

This converter can only convert a 64-bit unsigned integer object to and from a string.

The ulong value type represents unsigned integers with values ranging from 0 to 184,467,440,737,095,551,615. This data type is not supported in Visual Basic.

Note:

You should never create an instance of a System.ComponentModel.UInt64Converter. 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.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0