Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | Index 
FTVAL.toString
Returns a string representation of an
FTVALobject.This method overrides the
toStringmethod in thejava.lang.Objectclass. This method has two variants:
- toString (Variant 1) returns a string representation of an
 FTVALobject.
- toString (Variant 2) returns a string representation of an
 FTVALobject and allows you to specify the encoding for the conversion.
FTVAL.toString
Returns a string representation of an
FTVALobject. This method overrides thetoStringmethod in thejava.lang.Objectclass.Syntax
public String toString()Returns
Returns a string representation of an
FTVALobject if appropriate; otherwise returnsnull.
FTVAL.toString
Returns a string representation of an
FTVALobject. This method overrides thetoStringmethod in thejava.lang.Objectclass.Syntax
public String toString(String encoding)Parameters
encoding- The encoding to be used in the conversion.
 
Returns
Returns a string representation of an
FTVALobject if appropriate; otherwise returnsnull.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.