C# Class ThoNohT.NohBoard.Legacy.LegacyCharacterMapping

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

Public Methods

Method Description
Replace ( string input ) : string

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

Method Details

Replace() public static method

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.
return string