ConversionConcat(Char, Char) Method

Return a concatenated version of values 1 and 2.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static char[] Concat(
	char[] value1,
	char[] value2
)

Parameters

value1  Char
The first value to concatenate.
value2  Char
The second value to append.

Return Value

Char
Value1 with Value2 appended to the end.

See Also