SqlString.IgnoreNonSpace 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 non-space combining characters, such as diacritics.
public: static initonly int IgnoreNonSpace;
public static readonly int IgnoreNonSpace;
staticval mutable IgnoreNonSpace : int
Public Shared ReadOnly IgnoreNonSpace As Integer
Field Value
Remarks
The Unicode Standard defines combining characters as characters that are combined with base characters to produce a new character. Non-space combining characters do not use character space by themselves when rendered. For more information about non-space combining characters, see the Unicode Standard at https://www.unicode.org.
IgnoreNonSpace functions as a constant for the SqlString class.