com.stimulsoft.report.helpers
Class StiValueHelper

java.lang.Object
  extended by com.stimulsoft.report.helpers.StiValueHelper

public class StiValueHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiValueHelper()
           
 
Method Summary
static boolean tryToBool(java.lang.Object value)
           
static double tryToDecimal(java.lang.Object value)
           
static java.lang.Double tryToNullableDecimal(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiValueHelper

public StiValueHelper()
Method Detail

tryToNullableDecimal

public static java.lang.Double tryToNullableDecimal(java.lang.Object value)

tryToBool

public static boolean tryToBool(java.lang.Object value)

tryToDecimal

public static double tryToDecimal(java.lang.Object value)