ConversionConcat(String, String) Method
Return a concatenated version of values 1 and 2.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string[] Concat(
string[] value1,
string value2
)
Public Shared Function Concat (
value1 As String(),
value2 As String
) As String()
No code example is currently available or this language may not be supported.
- value1 String
-
The first value to concatenate.
- value2 String
-
The second value to append.
String
Value1 with Value2 appended to the end.