C# Class Core.Text.Formatter.EnumerableByteToHexFormatter

Enumerable Byte to Hex Formatter.
Inheritance: IByteListHexFormatter
Afficher le fichier Open project: capjan/CoreLib

Méthodes publiques

Méthode 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 méthode

public EnumerableByteToHexFormatter ( IByteHexFormatter? singleByteFormatter = default ) : System.Collections.Generic
singleByteFormatter IByteHexFormatter?
Résultat System.Collections.Generic

EnumerableByteToHexFormatter() public méthode

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
Résultat System.Collections.Generic

Write() public méthode

public Write ( IEnumerable value, TextWriter writer ) : void
value IEnumerable
writer TextWriter
Résultat void