RuntimeFieldValue.ToObject Method
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- 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.
|