System.SysUtils.TSmallIntHelper.Parse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function Parse(const S: string): SmallInt; static;

Properties

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

Description

Converts a string to a SmallInt value.

Parse converts the string specified by S to a SmallInt.

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

See Also