Click or drag to resize

AppStringManagerGetText Method (String)

Returns the string value of an AppString with the provided name.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string GetText(
	string appStringName
)

Parameters

appStringName
Type: SystemString

Return Value

Type: String
See Also