C# 클래스 Secp256k1.VarString

파일 보기 프로젝트 열기: TangibleCryptography/Secp256k1 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( byte buff, int offset ) : string
Encode ( string str ) : byte[]
GetBytes ( ) : byte[]
VarString ( byte buff, int offset ) : System
VarString ( string str ) : System

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( byte buff, int offset ) : string
buff byte
offset int
리턴 string

Encode() 공개 정적인 메소드

public static Encode ( string str ) : byte[]
str string
리턴 byte[]

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

VarString() 공개 메소드

public VarString ( byte buff, int offset ) : System
buff byte
offset int
리턴 System

VarString() 공개 메소드

public VarString ( string str ) : System
str string
리턴 System