HideValue Property (ParserParameter)
In This Topic
Hide the value of the parsed result, all other texts (units and additional texts) will remain.
Syntax
public bool HideValue {get; set;}
public:
property bool HideValue {
bool get();
void set ( bool value);
}
See Also