AFValue.DisplayValue Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Displays the value based upon the specified number of display digits.
Overload List
| Name | Description | |
|---|---|---|
| DisplayValue(Decimal, Int32, IFormatProvider) |
Displays the Decimal value based upon the specified number of display digits.
| |
| DisplayValue(Double, Int32, IFormatProvider) |
Displays the Double value based upon the specified number of display digits.
| |
| DisplayValue(Int32, IFormatProvider, Boolean) | ||
| DisplayValue(Object, Int32, IFormatProvider) |
Displays the Object value based upon the specified number of display digits.
| |
| DisplayValue(Single, Int32, IFormatProvider) |
Displays the Single value based upon the specified number of display digits.
|