[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TStringHelper.Format

Format a string using provided arguments.

Declaration

Source position: syshelph.inc line 82

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: May 14 2021