ResourceSet.GetString Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Searches for a String resource with the specified name.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
- Type: System.String
Name of the resource to search for.
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is null. |
| InvalidOperationException | The resource with the specified name is not a String or the current ResourceSet has been closed. |
| ObjectDisposedException | The object has been disposed. |
Show: