Skip to content

3bf829ce 8325 89de 61d4 8cd3455f4bd6

Axel Kesseler edited this page Jan 1, 2019 · 1 revision

IBinConverter Interface

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

Syntax

C#

public interface IBinConverter

The IBinConverter type exposes the following members.

Properties

 

Name Description
Public property Settings Gets an instance of IBinConverterSettings currently used as settings.
  Back to Top

Methods

 

Name Description
Public method Convert(Byte[]) This method converts provided buffer into its representation of the hexadecimal output.
Public method Convert(Byte[], Int32) This method converts provided buffer into its representation of the hexadecimal output but uses the provided length only.
  Back to Top

Remarks

This binary conversion takes place using current settings.

See Also

Reference

Plexdata.Converters.Abstractions Namespace

Clone this wiki locally