asp.net.ph

String.Concat Method ( String [ ] )

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;

Parameters

values
An array of String instances.

Return Value

The concatenated elements of values.

Exceptions


Exception Type Condition
ArgumentNullException values 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   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