Skip to main content

IContext.GetResourceString1 Method

Namespace: NextDesign.Desktop

Description

Gets the string of the specified resource key.
In this case, the substitution "{0}" defined in the resource string is replaced with the string representation of the param1 specified in the argument and returned.
Note that the replacement of resource parameters complies with C# String.Format.
See GetResourceString() for details on how to specify the resource string and the resource key.

Arguments

NameTypeDescription
keystringResource key
param1objectResource parameter replacement object
Object to replace the replacement "{0}" in the resource string
If null is specified, it will be replaced with the string "null".

Return value

  • string