This method of the Win32SystemResourceDecoder Class retrieves a string resource with the specified string identifier.
public String getString(int strId);
Returns the requested string resource, or null if one could not be created.
strId | The identifier of the string resource. |