C# Class dnSpy.Hex.Operations.ClipboardUtils

Exibir arquivo Open project: 0xd4d/dnSpy

Public Methods

Method Description
GetData ( bool canBeEmpty ) : byte[]
GetText ( bool canBeEmpty ) : string
ToHexString ( HexBufferSpan span, bool upper ) : string

Private Methods

Method Description
HexStringToByteArray ( string s ) : byte[]
NibbleToHex ( int v, bool upper ) : char
TryParseHexChar ( char c ) : int

Method Details

GetData() public static method

public static GetData ( bool canBeEmpty ) : byte[]
canBeEmpty bool
return byte[]

GetText() public static method

public static GetText ( bool canBeEmpty ) : string
canBeEmpty bool
return string

ToHexString() public static method

public static ToHexString ( HexBufferSpan span, bool upper ) : string
span HexBufferSpan
upper bool
return string