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
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