IHexConverterT Interface

Generic interface that allows implementing instances of TypeConverterT to create a modified copy of themself that provides hexadecimal conversion.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings.TypeConverters.Interfaces
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public interface IHexConverter<T> : ICloneable
Implements
ICloneable

Type Parameters

T
Generic type parameter.

Properties

Format The format string to use.
Styles Gets a combined value of the NumberStyles enum that provides additional information for parsing.

Methods

CloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
ToHexConverter Initializes a new instance of IHexConverterT that can convert hexadecimal string values.

See Also