C# Class SagaLib.Conversions

Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
HexStr2Bytes ( string s ) : byte[]
HexStr2uint ( string s ) : uint[]
ToByte ( string Value ) : byte
ToInteger ( string Value ) : int
bytes2HexString ( byte b ) : string
uint2HexString ( uint b ) : string

Method Details

HexStr2Bytes() public static méthode

public static HexStr2Bytes ( string s ) : byte[]
s string
Résultat byte[]

HexStr2uint() public static méthode

public static HexStr2uint ( string s ) : uint[]
s string
Résultat uint[]

ToByte() public static méthode

public static ToByte ( string Value ) : byte
Value string
Résultat byte

ToInteger() public static méthode

public static ToInteger ( string Value ) : int
Value string
Résultat int

bytes2HexString() public static méthode

public static bytes2HexString ( byte b ) : string
b byte
Résultat string

uint2HexString() public static méthode

public static uint2HexString ( uint b ) : string
b uint
Résultat string