Click or drag to resize

StringComparisonExtensions Class

Provides extension methods for string comparison based on the StringComparisonKind enum.
Inheritance Hierarchy
SystemObject
  AltaxoStringComparisonExtensions

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public static class StringComparisonExtensions

The StringComparisonExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodMatches Matches two strings, depending on the provided kind of comparison
Top
See Also