C# Class Microsoft.Protocols.TestSuites.MS_ASWBXML.CodePage

Represents a code page.
Show file Open project: OfficeDev/Interop-TestSuites

Public Methods

Method Description
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.

Method Details

AddToken() public method

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

GetTag() public method

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

GetToken() public method

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