-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Runtimegood first issueIssue should be easy to implement, good for first-time contributorsIssue should be easy to implement, good for first-time contributors
Milestone
Description
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);
}Symbai, EgorBo, strangeman375, gfoidl, iamcarbon and 3 more
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Runtimegood first issueIssue should be easy to implement, good for first-time contributorsIssue should be easy to implement, good for first-time contributors