System Namespace String Class
Concatenates the String representations of the elements in a specified Object array.
[ VB ] <Serializable> Overloads Public Shared Function Concat ( _ ByVal ParamArray args ( ) As Object _ ) As String [ C# ] [ Serializable ] public static string Concat ( params object [ ] args ); [ C++ ] [ Serializable ] public: static String* Concat ( Object* args __gc [ ] ); [ JScript ] public Serializable static function Concat ( args : Object [ ] ) : String;
The concatenated String representations of the values of the elements in args.
An Empty string is used in place of any null object in the array.
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