Compartir a través de


ExchangeResourceManager.GetString Method

Include Protected Members
Include Inherited Members

The GetString method overloads return strings from a resource file.

Overload List

  Name Description
Public method GetString(String) The GetString method returns the string identified by the resource ID name. (Overrides ResourceManager.GetString(String).)
Public method GetString(String, CultureInfo) The GetString method returns a string that corresponds to a given culture and resource ID. (Overrides ResourceManager.GetString(String, CultureInfo).)

Top