System.SysUtils.TSmallIntHelper.ToString

From RAD Studio API Documentation
Revision as of 01:08, 19 March 2013 by L10nBot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ToString: string; overload; inline;
class function ToString(const Value: SmallInt): string; overload; inline; static;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TSmallIntHelper

Description

Converts a SmallInt to a string value.

This method is overloaded:

Note: For details on how the conversion is done, see the description of IntToStr.

See Also