Classic Calculator Documentation
C#
Show/Hide TOC
Calculator
Display
Value Property
Gets the current display value of the calculator.
Definition
Namespace:
ClassicCalculator
Assembly:
ClassicCalculator (in ClassicCalculator.dll) Version: 1.0.0+5cef018da377eef51dd690d3240ce68b7f7e05df
C#
Copy
public
string
DisplayValue
{
get
; }
Property Value
String
Implements
ICalculator
DisplayValue
See Also
Reference
Calculator Class
ClassicCalculator Namespace
In This Article
Definition
Property Value
Implements
See Also