ConversionConcat(String, String) 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 string[] Concat(
	string[] value1,
	string[] value2
)

Parameters

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

Return Value

String
Value1 with Value2 appended to the end.

See Also