| StringFunctionsComposeRecords Method |
Linkar Framework for .NET and Core
Composes the final string of various "records". Used by CRUD Operations.
Namespace: Linkar.StringsAssembly: Linkar.Strings (in Linkar.Strings.dll) Version: 2.3.1
Syntax public static string ComposeRecords(
params string[] records
)
Public Shared Function ComposeRecords (
ParamArray records As String()
) As String
public:
static String^ ComposeRecords(
... array<String^>^ records
)
static member ComposeRecords :
records : string[] -> string
Parameters
- records String
- Array with the "records" to be joined.
Return Value
StringThe final string of "records" to be used by CRUD Operations.
See Also