Get a string resource
Be sure to check for NULL as this function will return null if no resource is found
Be sure to check for NULL as this function will return null if no resource is found
Namespace: Stator.libPublic.Utilities
Assembly: libPublic (in libPublic.dll) Version: 4.0.2018.0 (4.0.18103)
Syntax
Parameters
- resourceName
- Type: SystemString
A string used to identify the (base) resource
Return Value
Type: StringA string for the resource name or NULL if not found
See Also