GlobalParameter.GetFormula
Description:
Returns the parameter's expression in form of a string.
Returns the parameter's expression in form of a string.
Remarks:
Returns an empty string a case the parameter is not determined by a formula, or if the the expression cannot be converted to a string.
Returns an empty string a case the parameter is not determined by a formula, or if the the expression cannot be converted to a string.
public string GetFormula()
String
The string representing the expression assigned to the parameter.