StringResources Class |
Namespace: Colygon.MatchPoint.Core
public sealed class StringResources : IResultRecord, IKnownNames
The StringResources type exposes the following members.
Name | Description | |
---|---|---|
StringResources | Initializes a new StringResources instance. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetString(String, String) | Returns a string with the specified key from the specified resource file. | |
GetString(String, String, Int32) | Returns a string with the specified key from the specified resource file for a given LCID. | |
GetString(String, String, String) | Gets a string with the specified key from the specified resource file. Returns fallback if the string resource with the specified key isn't defined. | |
GetString(String, String, Int32, String) | Try to get a string with the specified key from the specified resource file for a given LCID. Returns fallback if the string resource with the specified key isn't defined. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |