SqlString.IgnoreWidth Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies that the string comparison must ignore the character width.
public: static initonly int IgnoreWidth;
public static readonly int IgnoreWidth;
staticval mutable IgnoreWidth : int
Public Shared ReadOnly IgnoreWidth As Integer
Field Value
Remarks
For example, Japanese katakana characters can be written as full-width or half-width and, if this value is selected, the katakana characters written as full-width are considered equal to the same characters written in half-width.
IgnoreWidth functions as a constant for the SqlString class.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.