C# 클래스 Azmyth.Ansi.AnsiColor

파일 보기 프로젝트 열기: GalacticSoft/Azmyth

공개 메소드들

메소드 설명
GetColorData ( string escapeSequence ) : ColorData
HasColorData ( this @string ) : bool
RemoveColorCodes ( this @string ) : string

메소드 상세

GetColorData() 공개 정적인 메소드

public static GetColorData ( string escapeSequence ) : ColorData
escapeSequence string
리턴 ColorData

HasColorData() 공개 정적인 메소드

public static HasColorData ( this @string ) : bool
@string this
리턴 bool

RemoveColorCodes() 공개 정적인 메소드

public static RemoveColorCodes ( this @string ) : string
@string this
리턴 string