RecroDictServiceGetRgfUiString Method

Retrieves the RecroGrid Framework UI string for the specified string ID.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.2.0.24.0426.1
C#
public string GetRgfUiString(
	string stringId
)

Parameters

stringId  String
The string ID of the RecroGrid Framework UI string.

Return Value

String
The RecroGrid Framework UI string.

Implements

IRecroDictService.GetRgfUiString(String)

See Also