Beispiel #1
0
 public virtual void WriteValue(bool value)
 {
     WriteString(XQueryConvert.BooleanToString(value));
 }