Click or drag to resize

AppStringControllerGetString Method (Int32)

Returns the textual value of an application string using the current identity's language.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public string GetString(
	int appStrId
)

Parameters

appStrId
Type: SystemInt32

Return Value

Type: String
See Also