Skip to content

[API Proposal]: Expose GlobalizationMode.Invariant (and potentially others) publicly #81429

Description

@gurustron

Background and motivation

Expose members of GlobalizationMode publicly. There is request for that:

API Proposal

namespace System.Globalization
{
    public static partial class GlobalizationMode
    {
        public static bool IsInvariant => ...;
    }
}

API Usage

var isGlobalizationInvarinat = GlobalizationMode.IsInvariant;

Alternative Designs

No response

Risks

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions