1 override of GetString
mscorlib (1)
system\resources\runtimeresourceset.cs (1)
273public override String GetString(String key, bool ignoreCase)
2 references to GetString
mscorlib (2)
system\resources\resourcemanager.cs (2)
1304String value = last.GetString(name, _ignoreCase); 1321String value = rs.GetString(name, _ignoreCase);