Click or drag to resize

StringResources Methods

The StringResources type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetString(String, String)
Returns a string with the specified key from the specified resource file.
Public methodStatic memberGetString(String, String, Int32)
Returns a string with the specified key from the specified resource file for a given LCID.
Public methodStatic memberGetString(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.
Public methodStatic memberGetString(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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also