System Namespace String Class
Concatenates the String representations of two specified objects.
[ VB ] <Serializable> Overloads Public Shared Function Concat ( _ ByVal arg0 As Object, _ ByVal arg1 As Object _ ) As String [ C# ] [ Serializable ] public static string Concat ( object arg0, object arg1 ); [ C++ ] [ Serializable ] public: static String* Concat ( Object* arg0, Object* arg1 ); [ JScript ] public Serializable static function Concat ( arg0 : Object, arg1 : Object ) : String;
The concatenated String representations of the values of arg0 and arg1.
An Empty string is used in place of any null argument.
If either of the arguments is an array reference, the method concatenates a string representing that array, instead of its members ( for example, "System.String [ ] " ).
String Members String.Concat Overload List Object Insert Join Remove Replace Split Substring Trim
© 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