railo.runtime.functions.international
Class LSParseNumber

java.lang.Object
  extended by railo.runtime.functions.international.LSParseNumber
All Implemented Interfaces:
Serializable, Function

public final class LSParseNumber
extends Object
implements Function

Implements the Cold Fusion Function lsparsecurrency

See Also:
Serialized Form

Constructor Summary
LSParseNumber()
           
 
Method Summary
static double call(PageContext pc, String string)
           
static double call(PageContext pc, String string, String strLocale)
           
static double toDoubleValue(Locale locale, String str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LSParseNumber

public LSParseNumber()
Method Detail

call

public static double call(PageContext pc,
                          String string)
                   throws PageException
Throws:
PageException

call

public static double call(PageContext pc,
                          String string,
                          String strLocale)
                   throws PageException
Throws:
PageException

toDoubleValue

public static double toDoubleValue(Locale locale,
                                   String str)
                            throws PageException
Throws:
PageException


Copyright © 2012 Railo