메소드 | 설명 | |
---|---|---|
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 |
public EnumerableByteToHexFormatter ( IByteHexFormatter? singleByteFormatter = default ) : System.Collections.Generic | ||
singleByteFormatter | IByteHexFormatter? | |
리턴 | System.Collections.Generic |
public EnumerableByteToHexFormatter ( bool uppercase ) : System.Collections.Generic | ||
uppercase | bool | true for uppercase output - false for lowercase output |
리턴 | System.Collections.Generic |
public Write ( IEnumerable value, TextWriter writer ) : void | ||
value | IEnumerable | |
writer | TextWriter | |
리턴 | void |