Overload List
Name | Description | |
---|---|---|
![]() | GetString(String) |
Get a string resource Be sure to check for NULL as this function will return null if no resource is found |
![]() | GetString(ResourceManager, String) |
Get a string resource from the passed in resource manager Be sure to check for NULL as this function will return null if no resource is found |
See Also