GetText

AliasDictionary.GetText method

Gets a text that is associated with the specified alias.

public string GetText(string alias)
Parameter Type Description
alias String The alias to locate in the AliasDictionary object.

Return Value

A text associated with the specified alias or null.

Exceptions

exception condition
ArgumentNullException Thrown when alias is null.

See Also