IHexConverterT Interface
Generic interface that allows implementing instances of
TypeConverterT
to create a modified copy of themself that provides hexadecimal conversion.
Namespace: FolkerKinzel.CsvTools.Mappings.TypeConverters.InterfacesAssembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
public interface IHexConverter<T> : ICloneable
Public Interface IHexConverter(Of T)
Inherits ICloneable
generic<typename T>
public interface class IHexConverter : ICloneable
type IHexConverter<'T> =
interface
interface ICloneable
end
- Implements
- ICloneable
Type Parameters
- T
- Generic type parameter.
Format |
The format string to use.
|
Styles |
Gets a combined value of the NumberStyles enum that
provides additional information for parsing.
|
Clone | Creates 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.
|