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

TShortIntHelper.ToString

Convert the value to string

Declaration

Source position: syshelph.inc line 417

public class function TShortIntHelper.ToString(

  const AValue: ShortInt

):string; overload;

function TShortIntHelper.ToString: string; overload;

Description

ToString will, in the class function variant of this method, convert AValue to a string representation. In the regular method overloaded version of ToString, the ShortInt value itself is used. The IntToStr function is used to do the conversion.

See also

TShortIntHelper.Parse

  

Convert from a string

IntToStr

  

Convert an integer value to a decimal string.


Documentation generated on: May 14 2021