public override string? GetString(
string name
)
Public Overrides Function GetString (
name As String
) As String
public:
virtual String^ GetString(
String^ name
) override
abstract GetString :
name : string -> string
override GetString :
name : string -> string
For examples, see the description of the ResXResourceSet class.
ArgumentNullException | name is . |
ObjectDisposedException | The ResXResourceSet is already disposed. |
InvalidOperationException | SafeMode is and the type of the resource is not String. |