C# 클래스 dnSpy.Hex.Operations.ClipboardUtils

파일 보기 프로젝트 열기: 0xd4d/dnSpy

공개 메소드들

메소드 설명
GetData ( bool canBeEmpty ) : byte[]
GetText ( bool canBeEmpty ) : string
ToHexString ( HexBufferSpan span, bool upper ) : string

비공개 메소드들

메소드 설명
HexStringToByteArray ( string s ) : byte[]
NibbleToHex ( int v, bool upper ) : char
TryParseHexChar ( char c ) : int

메소드 상세

GetData() 공개 정적인 메소드

public static GetData ( bool canBeEmpty ) : byte[]
canBeEmpty bool
리턴 byte[]

GetText() 공개 정적인 메소드

public static GetText ( bool canBeEmpty ) : string
canBeEmpty bool
리턴 string

ToHexString() 공개 정적인 메소드

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