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
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note