Method GetResourceText
GetResourceText(string, ResRefType)
Gets the raw text of the specified resource.
public string? GetResourceText(string name, ResRefType type)
Parameters
namestringThe resource name to retrieve.
typeResRefTypeThe type of resource to retrieve.
Returns
- string
The raw text of the associated resource, otherwise null if the resource does not exist.