Click or drag to resize

StringResourcesGetString(StringResourceKey) Method

Gets a resource string for a given resource key.

Namespace: Altaxo
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string GetString(
	StringResourceKey resourceKey
)

Parameters

resourceKey  StringResourceKey
The resource key.

Return Value

String
The resource string corresponding to the given resource key.
See Also