C# Класс Core.Text.Formatter.EnumerableByteToHexFormatter

Enumerable Byte to Hex Formatter.
Наследование: IByteListHexFormatter
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

EnumerableByteToHexFormatter() публичный Метод

public EnumerableByteToHexFormatter ( IByteHexFormatter? singleByteFormatter = default ) : System.Collections.Generic
singleByteFormatter IByteHexFormatter?
Результат System.Collections.Generic

EnumerableByteToHexFormatter() публичный Метод

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
Результат System.Collections.Generic

Write() публичный Метод

public Write ( IEnumerable value, TextWriter writer ) : void
value IEnumerable
writer TextWriter
Результат void