Contents
- HashableString <STRING>
- EqString <STRING>
- OrdString <STRING>
- OrdinalIgnoreCase <STRING>
- Ordinal <STRING>
- CultureIgnoreCase <STRING>
- Culture <STRING>
- InvariantIgnoreCase <STRING>
- InvariantCulture <STRING>
- StringM (string Value)
- StringOrdinalM (string Value)
- StringOrdinalIgnoreCaseM (string Value)
- StringCultureM (string Value)
- StringCultureIgnoreCaseM (string Value)
- StringInvariantM (string Value)
- StringInvariantIgnoreCaseM (string Value)
- StringM <SELF>
interface HashableString <STRING> Source #
Properties
property StringComparison Comparison Source #
interface OrdinalIgnoreCase <STRING> Source #
interface CultureIgnoreCase <STRING> Source #
interface InvariantIgnoreCase <STRING> Source #
interface InvariantCulture <STRING> Source #
record StringM (string Value) Source #
Simple wrapper around String
Parameters
param | Value | Contained value |
Properties
property StringComparison Comparison Source #
record StringOrdinalM (string Value) Source #
Properties
property StringComparison Comparison Source #
record StringOrdinalIgnoreCaseM (string Value) Source #
Properties
property StringComparison Comparison Source #
record StringCultureM (string Value) Source #
Properties
property StringComparison Comparison Source #
record StringCultureIgnoreCaseM (string Value) Source #
Properties
property StringComparison Comparison Source #
record StringInvariantM (string Value) Source #
Properties
property StringComparison Comparison Source #
record StringInvariantIgnoreCaseM (string Value) Source #
Properties
property StringComparison Comparison Source #