Click or drag to resize

DataObjectFormatTemplateText Method

Formats the object to a string using a template string where attributes a replaced.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string FormatTemplateText(
	string template,
	AppFormatInfo formatInfo = null
)

Parameters

template
Type: SystemString
formatInfo (Optional)
Type: Omada.OE.ModelAppFormatInfo

Return Value

Type: String
See Also