Click or drag to resize

StringFunctionsComposeRecords Method

Linkar Framework for .NET and Core


Composes the final string of various "records". Used by CRUD Operations.

Namespace: Linkar.Strings
Assembly: Linkar.Strings (in Linkar.Strings.dll) Version: 2.3.1
Syntax
public static string ComposeRecords(
	params string[] records
)

Parameters

records  String
Array with the "records" to be joined.

Return Value

String
The final string of "records" to be used by CRUD Operations.
See Also