| 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
Syntaxpublic string FormatTemplateText(
string template,
AppFormatInfo formatInfo = null
)
Parameters
- template
- Type: SystemString
- formatInfo (Optional)
- Type: Omada.OE.ModelAppFormatInfo
Return Value
Type:
String
See Also