C# 클래스 Microsoft.Automata.CharacterEncodingTool

Provides functionality for character encodings.
파일 보기 프로젝트 열기: AutomataDotNet/Automata 1 사용 예제들

공개 메소드들

메소드 설명
IsSpecified ( BitWidth encoding ) : bool

Returns true iff encoding equals to one of the enums in CharacterEncoding.

Truncate ( BitWidth encoding ) : int

Maps ASCII to 7, extended ASCII to 8, and other encodings to 16. Throws AutomataException if IsSpecified(encoding) is false.

메소드 상세

IsSpecified() 공개 정적인 메소드

Returns true iff encoding equals to one of the enums in CharacterEncoding.
public static IsSpecified ( BitWidth encoding ) : bool
encoding BitWidth
리턴 bool

Truncate() 공개 정적인 메소드

Maps ASCII to 7, extended ASCII to 8, and other encodings to 16. Throws AutomataException if IsSpecified(encoding) is false.
public static Truncate ( BitWidth encoding ) : int
encoding BitWidth
리턴 int