C# 클래스 ThoNohT.NohBoard.Legacy.LegacyCharacterMapping

Represents the mapping between special codes and their unicode characters as defined in legacy NohBoard.
파일 보기 프로젝트 열기: ThoNohT/NohBoard 1 사용 예제들

공개 메소드들

메소드 설명
Replace ( string input ) : string

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

메소드 상세

Replace() 공개 정적인 메소드

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.
리턴 string