C# Class CentralMine.NET.Utils

Afficher le fichier Open project: GarageGames/Bitcoin

Méthodes publiques

Méthode Description
ByteArrayToHexString ( byte barr ) : string
ByteSwapIntegers ( byte buffer ) : void
HexStringToByteArray ( string hex ) : byte[]
HexStringToUInt ( string hex ) : uint
UIntToHexString ( uint val ) : string
UnixTime ( ) : System.UInt64

Private Methods

Méthode Description
GetHexVal ( char hex ) : int

Method Details

ByteArrayToHexString() public static méthode

public static ByteArrayToHexString ( byte barr ) : string
barr byte
Résultat string

ByteSwapIntegers() public static méthode

public static ByteSwapIntegers ( byte buffer ) : void
buffer byte
Résultat void

HexStringToByteArray() public static méthode

public static HexStringToByteArray ( string hex ) : byte[]
hex string
Résultat byte[]

HexStringToUInt() public static méthode

public static HexStringToUInt ( string hex ) : uint
hex string
Résultat uint

UIntToHexString() public static méthode

public static UIntToHexString ( uint val ) : string
val uint
Résultat string

UnixTime() public static méthode

public static UnixTime ( ) : System.UInt64
Résultat System.UInt64