protected static string FromChar(char value)
 {
     return(XmlCustomFormatter.FromChar(value));
 }