Returns a string representation of the timeout.
Namespace:
Quanser.CommonAssembly: Quanser.Common (in Quanser.Common.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overrides Function ToString As String |
C# |
---|
public override string ToString() |
Visual C++ |
---|
public: virtual String^ ToString() override |
JavaScript |
---|
function toString(); |
Return Value
Returns a fixed-point string representation of the timeout.Remarks
The timeout is formatted as a fixed-point value, with the fraction given to nine decimal places (for the nanoseconds). For example, a 1.5 second timeout will be formatted as "1.500000000". No internal conversion to floating-point is actually performed, so the full accuracy of the timeout is given.