Cosmo (.NET)
Search Results for

    Show / Hide Table of Contents

    Class CollationOptions

    Collation tailoring, mirroring the other ports' collation option bag.

    Inheritance
    object
    CollationOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Miloun.Cosmo
    Assembly: Miloun.Cosmo.dll
    Syntax
    public sealed class CollationOptions

    Properties

    CaseFirst

    upper / lower / false.

    Declaration
    public string? CaseFirst { get; set; }
    Property Value
    Type Description
    string

    Numeric

    Declaration
    public bool? Numeric { get; set; }
    Property Value
    Type Description
    bool?
    In this article
    Back to top Generated by DocFX