Unit 'HlpBitConverter' Package
[Overview][Classes][Index] [#pl_hashlib4pascal]

TBitConverter

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

Declaration

Source position: HlpBitConverter.pas line 13

type TBitConverter = class(TObject)

public

  property IsLittleEndian: Boolean; [r]

  

  class function GetBytes();

  

  class function ToBoolean();

  

  class function ToChar();

  

  class function ToDouble();

  

  class function ToInt16();

  

  class function ToInt32();

  

  class function ToInt64();

  

  class function ToSingle();

  

  class function ToString();

  

  class function ToUInt8();

  

  class function ToUInt16();

  

  class function ToUInt32();

  

  class function ToUInt64();

  

end;

Inheritance

TBitConverter

  

|

TObject



CT Web help

CodeTyphon Studio