public class QFormat extends Object
| Constructor and Description |
|---|
QFormat() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Currency(double value,
int len)
Method Currency
|
static String |
DoubleRight(double value,
int len)
Method DoubleRight
|
static String |
getCurrentDate()
Method getCurrentDate
|
static String |
Number0(long num,
int len)
Method Number0
|
static String |
NumberRight(long value,
int len)
Method NumberRight
|
static String |
RepeatedChar(char ch,
int len)
Method RepeatedChar
|
static String |
StringLeft(String str,
int len)
Method StringLeft
|
static String |
StringRight(String str,
int len)
Method StringRight
|
public static String Number0(long num, int len)
num - len - public static String StringRight(String str, int len)
str - len - public static String StringLeft(String str, int len)
str - len - public static String NumberRight(long value, int len)
value - len - public static String DoubleRight(double value, int len)
value - len - public static String Currency(double value, int len)
value - len - public static String getCurrentDate()
public static String RepeatedChar(char ch, int len)
ch - len - Copyright © 2017 SAP SE. All Rights Reserved.