com.stimulsoft.base.utils
Class StiConvertHelper

java.lang.Object
  extended by com.stimulsoft.base.utils.StiConvertHelper

public class StiConvertHelper
extends java.lang.Object

Copyright Stimulsoft


Field Summary
static char DECIMAL_SEPARATOR
           
 
Constructor Summary
StiConvertHelper()
           
 
Method Summary
static java.lang.String fmt(java.lang.Object d)
          Remove trailing zero & toString
static java.lang.Object noTrailing(java.lang.Object obj)
          Remove trailing zero
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECIMAL_SEPARATOR

public static char DECIMAL_SEPARATOR
Constructor Detail

StiConvertHelper

public StiConvertHelper()
Method Detail

noTrailing

public static java.lang.Object noTrailing(java.lang.Object obj)
Remove trailing zero

Parameters:
obj -
Returns:

fmt

public static java.lang.String fmt(java.lang.Object d)
Remove trailing zero & toString

Parameters:
d -
Returns: