Click or drag to resize

AppTextFormatText Method

Returns a formatted text with the provided key in the current culture.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static string FormatText(
	string key,
	params Object[] args
)

Parameters

key
Type: SystemString
args
Type: SystemObject

Return Value

Type: String
See Also