TpsResourceManagerGetString Method (String) |
Returns an string associated with an id. First it looks for in the user assembly and then it looks in the global resource assembly.
Namespace:
ABB.Robotics.Tps.Resources
Assembly:
ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntaxpublic override string GetString(
string name
)
Parameters
- name
- Type: SystemString
Name of the resource to search for.
Return Value
Type:
StringThe value of a resource, if the value is a String. If the string was not found, the requested resource name will be returned.
See Also