StaticStringMethodConcat(ReadOnlySpan`1ReadOnlyMemory`1Char) Method
Concatenates the items of a read-only span of read-only character
memory regions to a
String.
Namespace: FolkerKinzel.StringsAssembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
public static string Concat(
ReadOnlySpan<ReadOnlyMemory<char>> values
)
Public Shared Function Concat (
values As ReadOnlySpan(Of ReadOnlyMemory(Of Char))
) As String
public:
static String^ Concat(
ReadOnlySpan<ReadOnlyMemory<wchar_t>> values
)
static member Concat :
values : ReadOnlySpan<ReadOnlyMemory<char>> -> string
- values ReadOnlySpanReadOnlyMemoryChar
- The read-only character
memory regions to concatenate.
StringThe characters in
values concatenated to
a
String.