Click or drag to resize

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
)

Parameters

seconds
Type: SystemDouble
The total number of seconds.

Return Value

Type: String
A String that represents this instance.
See Also