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 (Object)

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

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