Method GetParamText
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v10.dll
GetParamText(bool)
Converts Parameters property to a single string.
public override string GetParamText(bool useFormatting)Parameters
- useFormattingbool
- Specifies whether to use html formatting tags. 
Returns
- string
- Returns - Parametersin the form of comma separated text, framed by parentheses.
GetParamText(bool, bool)
protected virtual string GetParamText(bool useFormatting, bool compact)