2005/5/9
-- ACDK API Docs Namespaces acdk acdk::text Format members Java (java.sun.com) See also: Format.cpp Format.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <Format.h>
Inheritance diagram for acdk::text::Format:
[virtual]
Destructor.
Creates a copy of this object.
Implements acdk::lang::Cloneable.
Reimplemented in acdk::text::DateFormat, acdk::text::DecimalFormat, and acdk::text::SimpleDateFormat.
[static]
[pure virtual]
This method formats an acdk::lang::Object into a String an appends the String to a StringBuffer.
Implemented in acdk::text::DateFormat, and acdk::text::DecimalFormat.
This method formats an acdk::lang::Object into a String.
Implemented in acdk::text::DateFormat, and acdk::text::NumberFormat.
This method parses aString and coverts the parsed contends into an acdk::lang::Object.