Article Details
Id:14069
Product:finPOWER Connect
Type:NEW
Version:3.00.02
Opened:25/07/2016
Closed:25/07/2016
Released:07/10/2016
Job: J017760

finHtmlSummaryPage2StringBuilder object; Helper functions added to format common HTML Templates

HTML Templates use double curley braces as start and end markers. The curley braces can make it difficult to format using a String.Format type method.

The following helper functions have been added to finHtmlSummaryPage2StringBuilder to make creating HTML Templates easier when working with Format Strings:

  • FormatError(message, bold, args)
  • FormatHelp(message, bold, args)
  • FormatInfo(message, bold, args)
  • FormatWarning(message, bold, args)