protected static string FromTime(DateTime value)
 {
     return(XmlCustomFormatter.FromTime(value));
 }
 protected static string FromChar(char value)
 {
     return(XmlCustomFormatter.FromChar(value));
 }
 protected static string FromEnum(long value, string[] values, long[] ids)
 {
     return(XmlCustomFormatter.FromEnum(value, values, ids));
 }
 protected static string FromByteArrayHex(byte[] value)
 {
     return(XmlCustomFormatter.FromByteArrayHex(value));
 }