Skip to content

API Proposal: Make char.IsAscii public #40936

@eiriktsarpalis

Description

@eiriktsarpalis

System.Char currently defines a private IsAscii method. It think it might make sense to make this public?

public readonly struct Char
{
+  public static bool IsAscii(char ch);
}

Metadata

Metadata

Assignees

Labels

api-approvedAPI was approved in API review, it can be implementedarea-System.Runtimegood first issueIssue should be easy to implement, good for first-time contributors

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions