VbStrConv Enumeration
.NET Framework 3.0
Indicates which type of conversion to perform when calling the StrConv function.
Assembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualBasicAssembly: Microsoft.VisualBasic (in microsoft.visualbasic.dll)
| Member name | Description | |
|---|---|---|
![]() | Hiragana | Converts Katakana characters in the string to Hiragana characters. Applies to Japanese locale only. This member is equivalent to the Visual Basic constant vbHiragana. |
![]() | Katakana | Converts Hiragana characters in the string to Katakana characters. Applies to Japanese locale only. This member is equivalent to the Visual Basic constant vbKatakana. |
![]() | LinguisticCasing | Converts the string from file system rules for casing to linguistic rules. This member is equivalent to the Visual Basic constant vbLinguisticCasing. |
![]() | Lowercase | |
| LowerCase | Converts the string to lowercase characters. This member is equivalent to the Visual Basic constant vbLowerCase. | |
![]() | Narrow | Converts wide (double-byte) characters in the string to narrow (single-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant vbNarrow. |
![]() | None | Performs no conversion. |
![]() | ProperCase | Converts the first letter of every word in the string to uppercase. This member is equivalent to the Visual Basic constant vbProperCase. |
![]() | SimplifiedChinese | Converts the string to Simplified Chinese characters. This member is equivalent to the Visual Basic constant vbSimplifiedChinese. |
![]() | TraditionalChinese | Converts the string to Traditional Chinese characters. This member is equivalent to the Visual Basic constant vbTraditionalChinese. |
![]() | Uppercase | |
| UpperCase | Converts the string to uppercase characters. This member is equivalent to the Visual Basic constant vbUpperCase. | |
![]() | Wide | Converts narrow (single-byte) characters in the string to wide (double-byte) characters. Applies to Asian locales. This member is equivalent to the Visual Basic constant vbWide. |
For more detailed information, see the Visual Basic topic VbStrConv Enumeration.
When you call the StrConv function, you can use the following enumeration members in your code in place of the actual values. The Conversion argument takes the VbStrConv enumeration members.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show:
