C# 클래스 CentralMine.NET.Utils

파일 보기 프로젝트 열기: GarageGames/Bitcoin

공개 메소드들

메소드 설명
ByteArrayToHexString ( byte barr ) : string
ByteSwapIntegers ( byte buffer ) : void
HexStringToByteArray ( string hex ) : byte[]
HexStringToUInt ( string hex ) : uint
UIntToHexString ( uint val ) : string
UnixTime ( ) : System.UInt64

비공개 메소드들

메소드 설명
GetHexVal ( char hex ) : int

메소드 상세

ByteArrayToHexString() 공개 정적인 메소드

public static ByteArrayToHexString ( byte barr ) : string
barr byte
리턴 string

ByteSwapIntegers() 공개 정적인 메소드

public static ByteSwapIntegers ( byte buffer ) : void
buffer byte
리턴 void

HexStringToByteArray() 공개 정적인 메소드

public static HexStringToByteArray ( string hex ) : byte[]
hex string
리턴 byte[]

HexStringToUInt() 공개 정적인 메소드

public static HexStringToUInt ( string hex ) : uint
hex string
리턴 uint

UIntToHexString() 공개 정적인 메소드

public static UIntToHexString ( uint val ) : string
val uint
리턴 string

UnixTime() 공개 정적인 메소드

public static UnixTime ( ) : System.UInt64
리턴 System.UInt64