asp.net.ph

String.Concat Method ( Object [ ] )

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;

Parameters

args
An Object array.

Return Value

The concatenated String representations of the values of the elements in args.

Exceptions


Exception Type Condition
ArgumentNullException args is a null reference ( Nothing in Visual Basic ).

Remarks

An Empty string is used in place of any null object in the array.

See Also

String Members   String.Concat Overload List   Object   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