railo.runtime.functions.international
Class LSParseCurrency

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

public final class LSParseCurrency
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

LSParseCurrency

public LSParseCurrency()
Method Detail

call

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

call

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

toDoubleValue

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

toDoubleValue

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


Copyright © 2012 Railo