Ejemplo n.º 1
0
 public override uint GetEncodingSize(object value)
 {
     return(EncodingUtils.EncodedAsciiStringLength((string)value));
 }