| Constant |
Value |
Description |
| vbUpperCase |
1 |
Uppercases the string. |
| vbLowerCase |
2 |
Lowercases the string. |
| vbProperCase |
3 |
Uppercases first letter of every word in string. |
| vbWide* |
4* |
Converts narrow (single-byte)(double-byte) |
| vbNarrow* |
8* |
Converts wide (double-byte)(single-byte) |
| vbKatakana** |
16** |
Converts Hiragana characters in string to Katakana characters. |
| vbHiragana** |
32** |
Converts Katakana characters in string to Hiragana characters. |
| vbUnicode*** |
64** |
Converts the string to Unicode using the default
code page of the system. |
| vbFromUnicode*** |
128*** |
Converts the string from Unicode to the default
code page of the system. |