Click or drag to resize

StringFunctionsComposeDictionaries Method

Linkar Framework for .NET and Core


Composes the final string of various "dictionaries". Used by Read and Select Operations.

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

Parameters

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

Return Value

String
The final string of "dictionaries" to be used by Read and Select Operations.
See Also