Click or drag to resize
MPUtilityGetStringConstant Method
Returns a localized string retrieved from MatchPoint StringConstants for the given key.

Namespace: Colygon.MatchPoint.Core
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static string GetStringConstant(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: String
See Also