CustomStringComparers.LogicalIgnoreCase Property
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.
A string comparer that performs a case-insensitive logical string comparison. A logical comparison treats consecutive digits in the string as numerical content rather than text.
public:
static property StringComparer ^ LogicalIgnoreCase { StringComparer ^ get(); };
public static StringComparer LogicalIgnoreCase { get; }
static member LogicalIgnoreCase : StringComparer
Public Shared ReadOnly Property LogicalIgnoreCase As StringComparer
Property Value
Remarks
See https://docs.microsoft.com/en-us/windows/desktop/api/shlwapi/nf-shlwapi-strcmplogicalw.