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