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

Converts the specified value to a string representation.

Overload List

Converts the specified value to a string representation.

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

Converts the specified value to a string representation.

[Visual Basic] Overloads Public Function ConvertToString(ITypeDescriptorContext, Object) As String
[C#] public string ConvertToString(ITypeDescriptorContext, Object);
[C++] public: String* ConvertToString(ITypeDescriptorContext*, Object);
[JScript] public function ConvertToString(ITypeDescriptorContext, Object) : String;

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace