-
Notifications
You must be signed in to change notification settings - Fork 1
3bf829ce 8325 89de 61d4 8cd3455f4bd6
Axel Kesseler edited this page Jan 1, 2019
·
1 revision
This interface exposes all properties and other functionality needed to execute a binary conversion.
Namespace: Plexdata.Converters.Abstractions
Assembly: Plexdata.BinConverter (in Plexdata.BinConverter.dll) Version: 1.0.0.0
C#
public interface IBinConverter
The IBinConverter type exposes the following members.
Name | Description | |
---|---|---|
Settings | Gets an instance of IBinConverterSettings currently used as settings. |
Name | Description | |
---|---|---|
Convert(Byte[]) | This method converts provided buffer into its representation of the hexadecimal output. | |
Convert(Byte[], Int32) | This method converts provided buffer into its representation of the hexadecimal output but uses the provided length only. |
This binary conversion takes place using current settings.
Plexdata Binary Converter
-
Plexdata.BinConverter
-
Plexdata.Converters Namespace
-
BinConverter Class
- BinConverter Constructor
- BinConverter Properties
-
BinConverter Methods
- BinConverter.AddAddress Method
- BinConverter.AddPadding Method
- BinConverter.AddResult Method
- BinConverter.AddValue Method
- BinConverter.Convert Method
- BinConverter.GetAddressFormat Method
- BinConverter.GetAddrFormatExpectedSize Method
- BinConverter.GetAddrFormatRequiredSize Method
- BinConverter.GetBodyFormat Method
- BinConverter.GetByteFormat Method
- BinConverter.GetTextFormat Method
- BinConverter.GetTotalSize Method
-
BinConverterSettings Class
- BinConverterSettings Constructor
-
BinConverterSettings Properties
- BinConverterSettings.AddressDelimiterValue Property
- BinConverterSettings.AddressDelimiterWidth Property
- BinConverterSettings.AddressSize Property
- BinConverterSettings.ByteBlockCount Property
- BinConverterSettings.ByteBlockLimit Property
- BinConverterSettings.ByteBlockPadding Property
- BinConverterSettings.ByteBlockWidth Property
- BinConverterSettings.ControlCharacterValue Property
- BinConverterSettings.IsCapitalLetters Property
- BinConverterSettings.IsShowAddress Property
- BinConverterSettings.IsShowByteBlock Property
- BinConverterSettings.IsShowTextBlock Property
- BinConverterSettings.SectionDelimiterValue Property
- BinConverterSettings.SectionDelimiterWidth Property
- BinConverterSettings.TextBlockPadding Property
- BinConverterSettings Methods
-
BinConverterSettings Fields
- BinConverterSettings.addressDelimiterValue Field
- BinConverterSettings.addressDelimiterWidth Field
- BinConverterSettings.addressSize Field
- BinConverterSettings.byteBlockCount Field
- BinConverterSettings.byteBlockPadding Field
- BinConverterSettings.byteBlockWidth Field
- BinConverterSettings.controlCharacterValue Field
- BinConverterSettings.sectionDelimiterValue Field
- BinConverterSettings.sectionDelimiterWidth Field
- BinConverterSettings.textBlockPadding Field
-
BinConverter Class
-
Plexdata.Converters.Abstractions Namespace
- IBinConverter Interface
-
IBinConverterSettings Interface
-
IBinConverterSettings Properties
- IBinConverterSettings.AddressDelimiterValue Property
- IBinConverterSettings.AddressDelimiterWidth Property
- IBinConverterSettings.AddressSize Property
- IBinConverterSettings.ByteBlockCount Property
- IBinConverterSettings.ByteBlockLimit Property
- IBinConverterSettings.ByteBlockPadding Property
- IBinConverterSettings.ByteBlockWidth Property
- IBinConverterSettings.ControlCharacterValue Property
- IBinConverterSettings.IsCapitalLetters Property
- IBinConverterSettings.IsShowAddress Property
- IBinConverterSettings.IsShowByteBlock Property
- IBinConverterSettings.IsShowTextBlock Property
- IBinConverterSettings.SectionDelimiterValue Property
- IBinConverterSettings.SectionDelimiterWidth Property
- IBinConverterSettings.TextBlockPadding Property
-
IBinConverterSettings Properties
- Plexdata.Converters.Factories Namespace
-
Plexdata.Converters Namespace