asp.net.ph

String.Concat Method ( Object, Object, Object )

System Namespace   String Class


Concatenates the String representations of three specified objects.

[ VB ]
<Serializable>
Overloads Public Shared Function Concat ( _
   ByVal arg0 As Object, _
   ByVal arg1 As Object, _
   ByVal arg2 As Object _
) As String

[ C# ]
[ Serializable ]
public static string Concat (
   object arg0,
   object arg1,
   object arg2
);

[ C++ ]
[ Serializable ]
public: static String* Concat (
   Object* arg0,
   Object* arg1,
   Object* arg2
);

[ JScript ]
public Serializable
static function Concat (
   arg0 : Object,
   arg1 : Object,
   arg2 : Object
) : String;

Parameters

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

Return Value

The concatenated String representations of the values of arg0, arg1, and arg2.

Remarks

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

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