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

AddBounds

Declaration

Source position: JPL.Strings.pas line 190

function AddBounds(

  const s: string;

  LeftBound: char;

  RightBound: char

):string; overload;

function AddBounds(

  const s: string;

  LeftBound: string;

  RightBound: string

):string; overload;

function AddBounds(

  const s: string;

  StringToBoundSeparator: string = ' ';

  BoundChar: char = '-';

  BoundLen: Integer = 16

):string; overload;



CT Web help

CodeTyphon Studio