Click or drag to resize

StringResourcesGetString Method (String, String)

Returns a string with the specified key from the specified resource file.

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static string GetString(
	string resourceName,
	string key
)

Parameters

resourceName
Type: SystemString
key
Type: SystemString

Return Value

Type: String
See Also