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