TValueHelper.ToType<T> Method

Overloads

ToType<T>

Converts stored value to the specified type.

ToType<T>(TFormatSettings)

Converts stored value to the specified type using the specified format settings.

ToType<T>

Converts stored value to the specified type.

Delphi
function ToType<T>: T

Type Parameters

T

Returns

T

ToType<T>(TFormatSettings)

Converts stored value to the specified type using the specified format settings.

Delphi
function ToType<T>(const formatSettings: TFormatSettings): T

Type Parameters

T

Parameters

formatSettings
TFormatSettings

Returns

T