writeDouble function

String writeDouble(
  1. double v
)

Implementation

String writeDouble(final double v) {
  return _xmlDouble(v);
}