UInt128Converter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a type converter to convert 128-bit unsigned integer objects to and from various other representations.
public ref class UInt128Converter : System::ComponentModel::BaseNumberConverter
public class UInt128Converter : System.ComponentModel.BaseNumberConverter
type UInt128Converter = class
inherit BaseNumberConverter
Public Class UInt128Converter
Inherits BaseNumberConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| UInt128Converter() |
Initializes a new instance of the UInt128Converter class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) |
Determines if this converter can convert an object in the given source type to the native type of the converter. (Inherited from BaseNumberConverter) |
| CanConvertFrom(Type) |
Returns whether this converter can convert an object of the given type to the type of this converter. (Inherited from TypeConverter) |
| CanConvertTo(ITypeDescriptorContext, Type) |
Returns a value indicating whether this converter can convert an object to the given destination type using the context. (Inherited from BaseNumberConverter) |
| CanConvertTo(Type) |
Returns whether this converter can convert the object to the specified type. (Inherited from TypeConverter) |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the given object to the converter's native type. (Inherited from BaseNumberConverter) |
| ConvertFrom(Object) |
Converts the given value to the type of this converter. (Inherited from TypeConverter) |
| ConvertFromInvariantString(ITypeDescriptorContext, String) |
Converts the given string to the type of this converter, using the invariant culture and the specified context. (Inherited from TypeConverter) |
| ConvertFromInvariantString(String) |
Converts the given string to the type of this converter, using the invariant culture. (Inherited from TypeConverter) |
| ConvertFromString(ITypeDescriptorContext, CultureInfo, String) |
Converts the given text to an object, using the specified context and culture information. (Inherited from TypeConverter) |
| ConvertFromString(ITypeDescriptorContext, String) |
Converts the given text to an object, using the specified context. (Inherited from TypeConverter) |
| ConvertFromString(String) |
Converts the specified text to an object. (Inherited from |