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: 2013.11.0.0
Syntax
C#
public static string GetString(
	string resourceName,
	string key
)

Parameters

resourceName
Type: SystemString
key
Type: SystemString

Return Value

Type: String
See Also