Udostępnij za pośrednictwem


VbStrConv.Wide and VbStrConv.Narrow cannot be combined

Your application is trying to combine the VbStrConv enumeration members Wide and Narrow, which are mutually exclusive.

To correct this error

  • Remove either VbStrConv.Wide or VbStrConv.Narrow.

See Also

Concepts

Introduction to International Applications Based on the .NET Framework

Reference

VbStrConv Enumeration

System.Globalization