C# Class Microsoft.Bek.Tests.UTF8Encode_AST

Afficher le fichier Open project: AutomataDotNet/Automata

Méthodes publiques

Méthode Description
Apply ( string input ) : string
IsHighSurrogate ( char c ) : bool
IsLowSurrogate ( char c ) : bool

Method Details

Apply() public static méthode

public static Apply ( string input ) : string
input string
Résultat string

IsHighSurrogate() public static méthode

public static IsHighSurrogate ( char c ) : bool
c char
Résultat bool

IsLowSurrogate() public static méthode

public static IsLowSurrogate ( char c ) : bool
c char
Résultat bool