Click or drag to resize

StringFunctionsComposeExpressions Method

Linkar Framework for .NET and Core


Composes the final string of various "expressions". Used by Format and Conversion Operations.

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

Parameters

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

Return Value

String
The final string of "expressions" to be used in Format and Conversion Operations.
See Also