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




Home
Suggested Reading


Previous page Back to top Next page

© 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