abstract public class ILocale
| Modifier and Type | Method |
|---|---|
abstract String |
toUppercase(String s)
|
abstract WideString |
toUppercase(WideString s)
|
abstract String |
toLowercase(String s)
|
abstract WideString |
toLowercase(WideString s)
|
public class Locale
| Modifier and Type | Field |
|---|---|
WideString |
_name
|
| Modifier and Type | Constructor / Static Method |
|---|---|
Locale |
new(WideString name)
|
Locale |
constructor()
|
| Modifier and Type | Static Property |
|---|---|
get ILocale |
Current()
|
get ILocale |
Invariant()
|
| Modifier and Type | Method |
|---|---|
String |
toUppercase(String s)
|
WideString |
toUppercase(WideString s)
|
String |
toLowercase(String s)
|
WideString |
toLowercase(WideString s)
|
public class String
A UTF-8 literal value
| Modifier and Type | Extension Method |
|---|---|
String |
toUpper(ILocale locale)
|
String |
toUpper()
|
String |
toLower(ILocale locale)
|
String |
toLower()
|
public class WideString
A UTF-16 literal value
| Modifier and Type | Extension Method |
|---|---|
WideString |
toUpper(ILocale locale)
|
WideString |
toUpper()
|
WideString |
toLower(ILocale locale)
|
WideString |
toLower()
|