System Namespace String Class
Creates the String representation of a specified object.
[ VB ] <Serializable> Overloads Public Shared Function Concat ( _ ByVal arg0 As Object _ ) As String [ C# ] [ Serializable ] public static string Concat ( object arg0 ); [ C++ ] [ Serializable ] public: static String* Concat ( Object* arg0 ); [ JScript ] public Serializable static function Concat ( arg0 : Object ) : String;
The String representation of the value of arg0.
An Empty string is used in place of any null argument.
String Members String.Concat Overload List Object Insert Join Remove Replace Split Substring Trim
© 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