asp.net.ph

String.Concat Method ( Object, Object, Object, Object, ... )

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.

Parameters [ C++ ]

arg0
The first Object.
arg1
The second Object.
arg2
The third Object.
arg3
The fourth Object.

Return Value [ C++ ]

The concatenated String representations of the values of arg0, arg1, arg2, arg3, and zero or more objects specified in a variable-length parameter list.

Remarks [ C++ ]

Additional arguments can be included in a variable-length parameter list.

An Empty string is used in place of any null argument.

See Also

String Members   String.Concat Overload List   Object   ArgIterator   Insert   Join   Remove   Replace   Split   Substring   Trim Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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