Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Constants::vbNarrow Field

 

Indicates that wide (double-byte) characters should be converted to narrow (single-byte) characters when the StrConv function is called.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
literal VbStrConv vbNarrow

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.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft