Method GetResourceName
GetResourceName(Type)
Gets the fully-qualified name of the bundle as it would appear
using .resources
extension. This is the name that is passed to the
baseName
parameter of
Declaration
protected virtual string GetResourceName(Type clazz)
Parameters
Type | Name | Description |
---|---|---|
Type | clazz | The type of the NLS-derived class where the field strings are located that identify resources. |
Returns
Type | Description |
---|---|
System.String | The resource name. |