SqlString.IgnoreNonSpace Field

Definition

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.

Applies to

See also