C# Class ThoNohT.NohBoard.Legacy.LegacyCharacterMapping

Represents the mapping between special codes and their unicode characters as defined in legacy NohBoard.
Afficher le fichier Open project: ThoNohT/NohBoard Class Usage Examples

Méthodes publiques

Méthode Description
Replace ( string input ) : string

Replaces the special codes in legacy keyboard files with their unicode characters.

Method Details

Replace() public static méthode

Replaces the special codes in legacy keyboard files with their unicode characters.
public static Replace ( string input ) : string
input string The input string to replace.
Résultat string