Show / Hide Table of Contents

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 Source

GetString(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX