Skip to content

VbStrConv

Conversion type flags for the StrConv function. Compatible flags can be combined with Or to apply multiple conversions at once.

ConstantValueDescription
vbUpperCase1Converts the string to uppercase characters.
vbLowerCase2Converts the string to lowercase characters.
vbProperCase3Converts the first letter of every word in the string to uppercase.
vbWide4Converts narrow (single-byte) characters in the string to wide (double-byte) characters. East-Asia locales.
vbNarrow8Converts wide (double-byte) characters in the string to narrow (single-byte) characters. East-Asia locales.
vbKatakana16Converts Hiragana characters to Katakana. Japan only.
vbHiragana32Converts Katakana characters to Hiragana. Japan only.
vbUnicode64Converts the string to Unicode using the system default code page.
vbFromUnicode128Converts the string from Unicode to the system default code page.
vbUTF8256Converts the string to UTF-8 (twinBASIC extension).
vbFromUTF8512Converts the string from UTF-8 (twinBASIC extension).

See Also

twinBASIC and LOGO copyright of "WaynePhillipsEA" author