System.SysUtils.TByteHelper.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

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

Description

Converts a Byte to a string value.

This method is overloaded:

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

See Also