StringResourcesGetString(StringResourceKey, Boolean) 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,
bool fallbackToExampleValue
)
Parameters
- resourceKey StringResourceKey
- The resource key.
- fallbackToExampleValue Boolean
- If true, and the resource key is not found, the method will return the example value that
comes with the resource key. If false, the method will return Null in this case.
Return Value
StringThe resource string corresponding to the given resource key.
See Also