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 public static string GetString(
string resourceName,
string key
)
Parameters
- resourceName
- Type: SystemString
- key
- Type: SystemString
Return Value
Type:
StringSee Also