C# Class Core.Text.Formatter.EnumerableByteToHexFormatter

Enumerable Byte to Hex Formatter.
Inheritance: IByteListHexFormatter
Exibir arquivo Open project: capjan/CoreLib

Public Methods

Method Description
EnumerableByteToHexFormatter ( IByteHexFormatter? singleByteFormatter = default ) : System.Collections.Generic
EnumerableByteToHexFormatter ( bool uppercase ) : System.Collections.Generic

Instantiates a formatter that formats the bytes in the given casing.

Write ( IEnumerable value, TextWriter writer ) : void

Method Details

EnumerableByteToHexFormatter() public method

public EnumerableByteToHexFormatter ( IByteHexFormatter? singleByteFormatter = default ) : System.Collections.Generic
singleByteFormatter IByteHexFormatter?
return System.Collections.Generic

EnumerableByteToHexFormatter() public method

Instantiates a formatter that formats the bytes in the given casing.
public EnumerableByteToHexFormatter ( bool uppercase ) : System.Collections.Generic
uppercase bool true for uppercase output - false for lowercase output
return System.Collections.Generic

Write() public method

public Write ( IEnumerable value, TextWriter writer ) : void
value IEnumerable
writer TextWriter
return void