asp.net.ph

Convert.ToString Method ( Object )

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;

Parameters

value
An Object or a null reference ( Nothing in Visual Basic ).

Return Value

The String representation of the value of value, or String.Empty if value is a null reference ( Nothing in Visual Basic ).

Remarks

The return value is the result of invoking the ToString method of the underlying type of value.

See Also

Convert Members   Convert.ToString Overload List   Object Skip Navigation Links


Previous page Back to top Next page

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