TBitConverter

[Properties (by Name)][Methods (by Name)][Events (by Name)]

Declaration

Source position: types.pp line 346

Type
  TBitConverter = class
    class procedure UnsafeFrom<T>(const ASrcValue: T; 
                                 var ADestination: Array of Byte; 
                                 AOffset: Integer);  Static;
    class procedure From<T>(const ASrcValue: T; 
                           var ADestination: Array of Byte; 
                           AOffset: Integer);  Static;
    class function UnsafeInTo<T>(const ASource: Array of Byte; 
                                AOffset: Integer) : T;  Static;
    class function InTo<T>(const ASource: Array of Byte; AOffset: Integer)
                           : T;  Static;
  end
  ;

Members

Member Type Visibility Description
From Method default
InTo Method default
UnsafeFrom Method default
UnsafeInTo Method default

Inheritance

Class Description
TBitConverter

results matching ""

    No results matching ""