FieldGetUInt Method (RealTimeVPath)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets a System.UInt32 type value of the field defined by the path.
[CLSCompliant(false)]
public uint FieldGetUInt()
[CLSCompliant(false)]
public:
uint FieldGetUInt();
Return Value
The value from the database.
| Exception | Description |
|---|---|
| VDBException | An error raised while getting the field value or a type-conversion error. |