C# Class HermaFx.Cryptography.BitConverterLE

Show file Open project: evicertia/HermaFx

Private Methods

Method Description
BitConverterLE ( ) : System
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[]
GetUIntBytes ( byte bytes ) : byte[]
GetULongBytes ( byte bytes ) : byte[]
GetUShortBytes ( byte bytes ) : byte[]
ToBoolean ( byte value, int startIndex ) : bool
ToChar ( byte value, int startIndex ) : char
ToDouble ( byte value, int startIndex ) : double
ToInt16 ( byte value, int startIndex ) : short
ToInt32 ( byte value, int startIndex ) : int
ToInt64 ( byte value, int startIndex ) : long
ToSingle ( byte value, int startIndex ) : float
ToUInt16 ( byte value, int startIndex ) : ushort
ToUInt32 ( byte value, int startIndex ) : uint
ToUInt64 ( byte value, int startIndex ) : ulong
UIntFromBytes ( byte dst, byte src, int startIndex ) : void
ULongFromBytes ( byte dst, byte src, int startIndex ) : void
UShortFromBytes ( byte dst, byte src, int startIndex ) : void