package com.jclark.xsl.conv;

public interface NumberFormat {
  String format(int n);
}
