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