public static class Func.Ua
extends java.lang.Object
| Constructor and Description |
|---|
Func.Ua() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
dateToStr(StiDateTime date)
Returns the String representation of the date.
|
static java.lang.String |
dateToStr(StiDateTime date,
java.lang.Boolean uppercase)
Returns the String representation of the date.
|
static java.lang.String |
numToStr(java.math.BigDecimal value,
java.lang.Boolean uppercase,
int gender)
Converts the specified value to its equivalent String representation.
|
static java.lang.String |
numToStr(java.math.BigDecimal value,
int gender) |
public static java.lang.String numToStr(java.math.BigDecimal value,
int gender)
public static java.lang.String numToStr(java.math.BigDecimal value,
java.lang.Boolean uppercase,
int gender)
value - A value to convert.uppercase - If this parameter is true then the first symbol of the resulting String will
be in the uppercase.gender - A Gender parameter on which gender of the resulting value depends.public static java.lang.String dateToStr(StiDateTime date)
date - A StiDateTime value containing a date to convert.public static java.lang.String dateToStr(StiDateTime date, java.lang.Boolean uppercase)
date - A DateTime value containing a date to convert.uppercase - If this parameter is true then the first symbol of the resulting String will
be in the uppercase.Copyright © 2019 Stimulsoft. All Rights Reserved.