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 |
Current()
|
get |
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()
|