HelperMethods Members
Include Protected Members
Include Inherited Members
The HelperMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
AccessKeySpecifierFromObject | Converts the input object into an access key specifier. Objects of type char or single-character strings can be converted. If an object of a different type is passed in, & is returned. | |
StripAccelerators(String) | Strips non-escaped accelerator markers ('&') from the given string. | |
StripAccelerators(String, Char) | Strips non-escaped accelerator markers from the given string | |
StripAccelerators(String, Object) | Returns the input string with the specified access key specifier stripped |
Top