public interface DataFormat
Modifier and Type | Method and Description |
---|---|
String |
getFormat(short index)
get the format string that matches the given format index
|
short |
getFormat(String format)
get the format index that matches the given format string.
|
String |
getRawFormat(short index)
get the format string that matches the given format index, but it doesn't transfer the format by ZSS Context Locale
|
short |
newFormat(String format)
create a new data format and return its index.
|
short getFormat(String format)
format
- string matching a built in formatshort newFormat(String format)
format
- number format codeString getFormat(short index)
index
- of a formatString getRawFormat(short index)
index
- of a formatCopyright © 2020. All rights reserved.