System Namespace Convert Class
Converts the value of a given Object to its String representation.
[ VB ] 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;
The String representation of the value of value, or String.Empty if value is a null reference ( Nothing in Visual Basic ).
The return value is the result of invoking the ToString method of the underlying type of value.
Convert Members Convert.ToString Overload List Object
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph