| OperationArgumentsGetFormatArgs Method |
Linkar Framework for .NET and Core
Compose the 3 items (CUSTOMVARS, OPTIONS and INPUTDATA) of the Format operation.
Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax public static string GetFormatArgs(
string expression,
string formatSpec,
string customVars
)
Public Shared Function GetFormatArgs (
expression As String,
formatSpec As String,
customVars As String
) As String
public:
static String^ GetFormatArgs(
String^ expression,
String^ formatSpec,
String^ customVars
)
static member GetFormatArgs :
expression : string *
formatSpec : string *
customVars : string -> string
Parameters
- expression String
- The data or expression to format. If multiple values are present, the operation will be performed individually on all values in the expression.
- formatSpec String
- Specified format
- customVars String
- Free text sent to the database allows management of additional behaviours in SUB.LK.MAIN.CONTROL.CUSTOM, which is called when this parameter is set.
Return Value
StringA string ready to be used in Linkar.ExecuteDirectOperation and Linkar.ExecutePersistentOperation.
See Also