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!

IFormatterConverter.ToString

[To be supplied.]

[Visual Basic]
Function ToString( _
   ByVal value As Object _
) As String
[C#]
string ToString(
   object value
);
[C++]
String* ToString(
   Object* value
) = 0;
[JScript]
function ToString(
   value : Object
) : String;

Parameters

value
[To be supplied.]

See Also

IFormatterConverter Interface | IFormatterConverter Members | System.Runtime.Serialization Namespace