railo.runtime.functions.string
Class ToBase64
java.lang.Object
railo.runtime.functions.string.ToBase64
- All Implemented Interfaces:
- Serializable, Function
public final class ToBase64
- extends Object
- implements Function
Implements the CFML Function tobase64
- See Also:
- Serialized Form
ToBase64
public ToBase64()
call
public static String call(PageContext pc,
Object object)
throws PageException
- Parameters:
pc
- object
-
- Returns:
- base64 value as string
- Throws:
PageException
call
public static String call(PageContext pc,
Object object,
String encoding)
throws PageException
- Parameters:
pc
- object
- encoding
-
- Returns:
- base 64 value as string
- Throws:
PageException
Copyright © 2012 Railo