Click or drag to resize

StringResourcesGetString Method

Overload List
  NameDescription
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.
Top
See Also