StaticStringMethodConcat(ReadOnlySpanReadOnlyMemoryChar) Method

Concatenates the items of a read-only span of read-only character memory regions to a String.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
C#
public static string Concat(
	ReadOnlySpan<ReadOnlyMemory<char>> values
)

Parameters

values  ReadOnlySpanReadOnlyMemoryChar
The read-only character memory regions to concatenate.

Return Value

String
The characters in values concatenated to a String.

See Also