|
|
@@ -5417,6 +5417,8 @@ Properties:
|
|
|
- String ToStringHex(unsigned value)
|
|
|
- bool IsAlpha(unsigned ch)
|
|
|
- bool IsDigit(unsigned ch)
|
|
|
+- unsigned ToUpper(unsigned ch)
|
|
|
+- unsigned ToLower(unsigned ch)
|
|
|
- String GetPath(const String fullPath)
|
|
|
- String GetFileName(const String fullPath)
|
|
|
- String GetExtension(const String fullPath, bool lowercaseExtension = true)
|