System Namespace String Class
Concatenates the String representations of three specified objects and a variable-length parameter list.
This method is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.
[ C++ ] [ Serializable ] public: static String* Concat ( Object* arg0, Object* arg1, Object* arg2, Object* arg3, ... );
[ VB ] This method cannot be used in Visual Basic.
[ C# ] This method cannot be used in C#.
[ JScript ] This method cannot be used in JScript.
The concatenated String representations of the values of arg0, arg1, arg2, arg3, and zero or more objects specified in a variable-length parameter list.
Additional arguments can be included in a variable-length parameter list.
An Empty string is used in place of any null argument.
String Members String.Concat Overload List Object ArgIterator 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