C# Class Microsoft.Bek.Tests.UTF8Encode_AST

Mostrar archivo Open project: AutomataDotNet/Automata

Public Methods

Method Description
Apply ( string input ) : string
IsHighSurrogate ( char c ) : bool
IsLowSurrogate ( char c ) : bool

Method Details

Apply() public static method

public static Apply ( string input ) : string
input string
return string

IsHighSurrogate() public static method

public static IsHighSurrogate ( char c ) : bool
c char
return bool

IsLowSurrogate() public static method

public static IsLowSurrogate ( char c ) : bool
c char
return bool