Home > Contents > Index >
FTVAL.toString
Returns a string representation of an
FTVAL
object.This method overrides the
toString
method in thejava.lang.Object
class. This method has two variants:
- toString (Variant 1) returns a string representation of an
FTVAL
object.
- toString (Variant 2) returns a string representation of an
FTVAL
object and allows you to specify the encoding for the conversion.
FTVAL.toString
Returns a string representation of an
FTVAL
object. This method overrides thetoString
method in thejava.lang.Object
class.Syntax
public String toString()Returns
Returns a string representation of an
FTVAL
object if appropriate; otherwise returnsnull
.
FTVAL.toString
Returns a string representation of an
FTVAL
object. This method overrides thetoString
method in thejava.lang.Object
class.Syntax
public String toString(String encoding)Parameters
encoding
- The encoding to be used in the conversion.
Returns
Returns a string representation of an
FTVAL
object if appropriate; otherwise returnsnull
.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.