C# 클래스 Microsoft.Protocols.TestSuites.MS_ASWBXML.CodePage

Represents a code page.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
AddToken ( byte token, string tag ) : void

Adds token tag pair.

GetTag ( byte token ) : string

Gets the tag name by token

GetToken ( string tag ) : byte

Gets the token by tag name.

메소드 상세

AddToken() 공개 메소드

Adds token tag pair.
public AddToken ( byte token, string tag ) : void
token byte The token to add
tag string The tag to add
리턴 void

GetTag() 공개 메소드

Gets the tag name by token
public GetTag ( byte token ) : string
token byte The token of the tag
리턴 string

GetToken() 공개 메소드

Gets the token by tag name.
public GetToken ( string tag ) : byte
tag string The tag name of the token
리턴 byte