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