Unit RALTools

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

Unit for General public functions

Uses

Overview

Functions and Procedures

function CriptoToStrCripto(ACripto: TRALCriptoType): StringRAL;
function FixRoute(ARoute: StringRAL): StringRAL;
function HTTPMethodToRALMethod(AMethod: StringRAL): TRALMethod;
function OnlyNumbers(const AValue: StringRAL): StringRAL;
function RALMethodToHTTPMethod(AMethod: TRALMethod): StringRAL;
function RALStringToDateTime(const AValue: StringRAL; const AFormat: StringRAL = 'yyyyMMddhhnnsszzz'): TDateTime;
function RandomBytes(numOfBytes: IntegerRAL): TBytes;
function StrCriptoToCripto(const AStr: StringRAL): TRALCriptoType;
function RALDateTimeToGMT(ADateTime: TDateTime): TDateTime;
function Contains(const AStr: StringRAL; const AArray: array of StringRAL): boolean;
function RALCPUCount: integer;

Description

Functions and Procedures

function CriptoToStrCripto(ACripto: TRALCriptoType): StringRAL;
 
function FixRoute(ARoute: StringRAL): StringRAL;
 
function HTTPMethodToRALMethod(AMethod: StringRAL): TRALMethod;
 
function OnlyNumbers(const AValue: StringRAL): StringRAL;
 
function RALMethodToHTTPMethod(AMethod: TRALMethod): StringRAL;
 
function RALStringToDateTime(const AValue: StringRAL; const AFormat: StringRAL = 'yyyyMMddhhnnsszzz'): TDateTime;
 
function RandomBytes(numOfBytes: IntegerRAL): TBytes;
 
function StrCriptoToCripto(const AStr: StringRAL): TRALCriptoType;
 
function RALDateTimeToGMT(ADateTime: TDateTime): TDateTime;
 
function Contains(const AStr: StringRAL; const AArray: array of StringRAL): boolean;
 
function RALCPUCount: integer;
 


GitHub Repository
Generated by PasDoc 0.16.0.