Ejemplo n.º 1
0
 public virtual void WriteValue(double value)
 {
     WriteString(XQueryConvert.DoubleToString(value));
 }