ResourceSet::GetString Method (String^)
.NET Framework (current version)
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 specified by name is not a String. |
| ObjectDisposedException | The object has been closed or disposed. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: