UtilitiesToString Method (Double) |
Returns a
String that represents an double in seconds.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static string ToString(
double seconds
)
Public Shared Function ToString (
seconds As Double
) As String
public:
static String^ ToString(
double seconds
)
static member ToString :
seconds : float -> string
Parameters
- seconds
- Type: SystemDouble
The total number of seconds.
Return Value
Type:
String
A
String that represents this instance.
See Also