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!

TypeConverter.ConvertToString (Object)

Converts the specified value to a string representation.

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

Parameters

value
The object to convert.

Return Value

A string representation of the object. Depending on the implementation of the value formatter, it may be possible to pass this string back into the value formatter to re-create an instance of the object.

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.ConvertToString Overload List