System Namespace String Class
Concatenates two specified instances of String.
[ VB ] <Serializable> Overloads Public Shared Function Concat ( _ ByVal str0 As String, _ ByVal str1 As String _ ) As String [ C# ] [ Serializable ] public static string Concat ( string str0, string str1 ); [ C++ ] [ Serializable ] public: static String* Concat ( String* str0, String* str1 ); [ JScript ] public Serializable static function Concat ( str0 : String, str1 : String ) : String;
The concatenation of str0 and str1.
An Empty string is used in place of any null argument.
String Members String.Concat Overload List 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