RuntimeFieldValue.ToObject Method
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Converts the value to an object of the specified type.
Overload List
| Name | Description | |
|---|---|---|
| ToObjectT |
Converts the value to an object of the specified type or throw exception on error.
| |
| ToObjectT(T) |
Converts the value to an object of the specified type or the specified default value.
|