public override string? GetString(
string name,
bool ignoreCase
)
Public Overrides Function GetString (
name As String,
ignoreCase As Boolean
) As String
public:
virtual String^ GetString(
String^ name,
bool ignoreCase
) override
abstract GetString :
name : string *
ignoreCase : bool -> string
override GetString :
name : string *
ignoreCase : bool -> 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. |