Table of Contents

TTMSFNCCustomDataGrid.ValueToString Method

Safely converts a raw cell value to a string using default formatting.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Overloads

Overload 1

Safely converts a raw cell value to a string using default formatting.

function ValueToString(AValue: TTMSFNCDataGridCellValue): string; overload;

Parameters

Name Description
AValue The raw cell value to convert.

Returns

String representation of the value.

Overload 2

Safely converts a raw cell value to a string using the specified locale format settings.

function ValueToString(AValue: TTMSFNCDataGridCellValue; AFormatSettings: TFormatSettings): string; overload;

Parameters

Name Description
AValue The raw cell value to convert.
AFormatSettings Locale-specific format settings for formatting.

Returns

String representation of the value.