RuntimeFieldValue Type Conversions
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The AFAnalysisServiceRuntimeFieldValue type exposes the following members.
Operators
| Name | Description | |
|---|---|---|
| (AFAnalysisServiceRuntimeFieldValue to Guid) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to Guid. Only supported for .NET 4 version of SDK.
| |
| (AFAnalysisServiceRuntimeFieldValue to Double) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to Double.
| |
| (AFAnalysisServiceRuntimeFieldValue to AFTime) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to AFTime.
| |
| (AFAnalysisServiceRuntimeFieldValue to Int32) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to Int32.
| |
| (AFAnalysisServiceRuntimeFieldValue to Int64) |
Performs an explicit conversion from AFAnalysisServiceRuntimeFieldValue to Int64.
| |
| (AFAnalysisServiceRuntimeFieldValue to String) |
Performs an implicit conversion from AFAnalysisServiceRuntimeFieldValue to String by essentially returning
the wrapped value the object was constructed with.
|