ExchangeResourceManager.GetString method
The GetString method overloads return strings from a resource file.
Overload list
Name | Description | |
---|---|---|
GetString(String) | The GetString method returns the string identified by the resource ID name. (Overrides ResourceManager.GetString(String).) | |
GetString(String, CultureInfo) | The GetString method returns a string that corresponds to a given culture and resource ID. (Overrides ResourceManager.GetString(String, CultureInfo).) |
Top