Unit 'JPL.Strings' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_jplib]

IntToStrEx

Declaration

Source position: JPL.Strings.pas line 115

function IntToStrEx(

  const x: Int64;

  c: char = ' '

):string; overload;

function IntToStrEx(

  const x: Integer;

  c: char = ' '

):string; overload;

function IntToStrEx(

  const x: Uint64;

  c: char = ' '

):string; overload;



CT Web help

CodeTyphon Studio