NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Convert.ToString (TimeSpan)

Converts a TimeSpan to a String.

[Visual Basic]
Overloads Public Shared Function ToString( _
   ByVal value As TimeSpan _
) As String
[C#]
public static string ToString(
   TimeSpan value
);
[C++]
public: static String* ToString(
   TimeSpan value
);
[JScript]
public static function ToString(
   value : TimeSpan
) : String;

Parameters

value
The value to convert.

Return Value

value as a String.

Remarks

[To be supplied.]

See Also

Convert Class | Convert Members | System Namespace | Convert.ToString Overload List