C# 클래스 Core.Text.Formatter.EnumerableByteToHexFormatter

Enumerable Byte to Hex Formatter.
상속: IByteListHexFormatter
파일 보기 프로젝트 열기: capjan/CoreLib

공개 메소드들

메소드 설명
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