Uiinfrastructure API Docs  
 

AccessStyles.ToString Method 

Gives back the string representation of the access style.

new public virtual string ToString();

Return Value

A string version of the access style. For example, if the mode is SECTION_508, you get back the string: "SECTION_508". In the event of an error, null is returned.

See Also

AccessStyles Class | com.plumtree.uiinfrastructure.constants Namespace