Unit 'IdHash' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdHash32.HashValue

Declaration

Source position: IdHash.pas line 103

public function TIdHash32.HashValue(

  const ASrc: string;

  ADestEncoding: IIdTextEncoding = Nil;

  ASrcEncoding: IIdTextEncoding = Nil

):UInt32; overload;

function TIdHash32.HashValue(

  const ASrc: TIdBytes

):UInt32; overload;

function TIdHash32.HashValue(

  AStream: TStream

):UInt32; overload;

function TIdHash32.HashValue(

  AStream: TStream;

  const AStartPos: TIdStreamSize;

  const ASize: TIdStreamSize

):UInt32; overload;



CT Web help

CodeTyphon Studio