Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TStringHelper.Format

Format a string using provided arguments.

Declaration

Source position: syshelph.inc line 88

public class function TStringHelper.Format(

  const AFormat: string;

  const args: array of Const

):string; overload;

function TStringHelper.Format(

  const args: array of Const

):string; overload;

Description

Format just calls Sysutils.Format, passing on AFormat and Args. If AFormat is omitted, the string itself is used as the formatting string.

See also

Sysutils.Format

  

Format a string with given arguments.


Documentation generated on: Sep 29 2022