internal virtual string FormatterPreprocessText(string value)
 {
     return(owner.PreprocessText(value));
 }