C# Class FileFind.Meshwork.EndianBitConverter

Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
GetBytes ( bool value ) : byte[]
GetBytes ( char value ) : byte[]
GetBytes ( double value ) : byte[]
GetBytes ( float value ) : byte[]
GetBytes ( int value ) : byte[]
GetBytes ( long value ) : byte[]
GetBytes ( short value ) : byte[]
GetBytes ( uint value ) : byte[]
GetBytes ( ulong value ) : byte[]
GetBytes ( ushort value ) : byte[]
ToInt32 ( byte value, int startIndex ) : int
ToString ( byte value ) : string
ToString ( byte value, int startIndex, int length ) : string
ToUInt32 ( byte value, int startIndex ) : UInt32
ToUInt64 ( byte value, int startIndex ) : System.UInt64

Method Details

GetBytes() public static méthode

public static GetBytes ( bool value ) : byte[]
value bool
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( char value ) : byte[]
value char
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( double value ) : byte[]
value double
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( float value ) : byte[]
value float
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( int value ) : byte[]
value int
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( long value ) : byte[]
value long
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( short value ) : byte[]
value short
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( uint value ) : byte[]
value uint
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( ulong value ) : byte[]
value ulong
Résultat byte[]

GetBytes() public static méthode

public static GetBytes ( ushort value ) : byte[]
value ushort
Résultat byte[]

ToInt32() public static méthode

public static ToInt32 ( byte value, int startIndex ) : int
value byte
startIndex int
Résultat int

ToString() public static méthode

public static ToString ( byte value ) : string
value byte
Résultat string

ToString() public static méthode

public static ToString ( byte value, int startIndex, int length ) : string
value byte
startIndex int
length int
Résultat string

ToUInt32() public static méthode

public static ToUInt32 ( byte value, int startIndex ) : UInt32
value byte
startIndex int
Résultat System.UInt32

ToUInt64() public static méthode

public static ToUInt64 ( byte value, int startIndex ) : System.UInt64
value byte
startIndex int
Résultat System.UInt64