com.partnersoft.v3x.io
Class StandardFormats

java.lang.Object
  extended by com.partnersoft.v3x.io.StandardFormats

public class StandardFormats
extends java.lang.Object


Constructor Summary
StandardFormats()
           
 
Method Summary
static java.lang.String doubleToString(double victim)
          Converts a double to a string, with no stinking scientific notation.
static java.lang.String longToString(long victim)
          Converts a long to a string, with no stinking scientific notation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardFormats

public StandardFormats()
Method Detail

doubleToString

public static java.lang.String doubleToString(double victim)
Converts a double to a string, with no stinking scientific notation.


longToString

public static java.lang.String longToString(long victim)
Converts a long to a string, with no stinking scientific notation.