Skip to content

TStringHelper.Format

Format a string using provided arguments.

Declaration

Source position: syshelph.inc line 82

public 
  class function Format(const AFormat: string; const args: Array of const)
                        : string;  Overload;  Static;
  function 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

Name Description
Sysutils.Format Format a string with given arguments.