Data.DBXCommon.TDBXValue.GetAsString
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXValue | |
Delphi
function GetAsString: string; virtual;
C++
virtual System::UnicodeString __fastcall GetAsString();
Description
Get UnicodeString representation of value.
GetAsString returns a UnicodeString representation of the value, applying a type conversion if needed. If there is no supported conversion to this type, an exception is raised.