CalculationData.GetParamText

CalculationData.GetParamText method

Gets the literal text of the parameter at given index.

public string GetParamText(int index)
ParameterTypeDescription
indexInt32index of the parameter(0 based)

Return Value

literal text of the parameter

See Also