System.SysUtils.TNativeIntHelper.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Converts a NativeInt to a string value.

This method is overloaded:

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

See Also