StringResourcesGetString(StringResourceKey) Method |
Gets a resource string for a given resource key.
Namespace: AltaxoAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic string GetString(
StringResourceKey resourceKey
)
Parameters
- resourceKey StringResourceKey
- The resource key.
Return Value
StringThe resource string corresponding to the given resource key.
See Also