TemperatureToString Method |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public override string ToString()
Public Overrides Function ToString As String
Return Value
StringA non-null, non-empty string representation of this instance for logging and debugging purposes.
Remarks
The exact details of the string representation are unspecified and subject to change.
See Also