Class ResourceHelper
Helper for string resources.
Inheritance
System.Object
ResourceHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AxeAccessibilityDriver
Assembly: AxeAccessibilityDriver.dll
Syntax
public static class ResourceHelper
Methods
| Improve this Doc View SourceGetString(String)
Gets the string value for the resource name.
Declaration
public static string GetString(string resourceName)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceName | Name of the resource. |
Returns
Type | Description |
---|---|
System.String | The string value for the resource name. |