IHostConfigurationConvertMarkersExpressionAsync Method

Convert expression markers asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<string> ConvertMarkersExpressionAsync(
	string expression,
	bool isSQL = false,
	ParametersDictionary customEnvironment = null
)

Parameters

expression  String
The expression to convert.
isSQL  Boolean  (Optional)
Indicates whether the expression is SQL.
customEnvironment  ParametersDictionary  (Optional)
Custom environment settings.

Return Value

TaskString
String with the converted expression.

See Also