Click or drag to resize

StringResourcesGetString(StringResourceKey, Boolean) 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,
	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

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