Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomFormatter

Defines a method that supports custom formatting of the value of an object.

See: https://msdn.microsoft.com/library/system.icustomformatter.aspx

Hierarchy

  • CustomFormatter

Implemented by

Index

Methods

Methods

format

  • format(format: string, value: Object): string
  • Converts the value of a specified object to an equivalent string representation using specified format and culture-specific formatting information.

    Parameters

    • format: string

      A format string containing formatting specifications.

    • value: Object

      An object to format.

    Returns string

    The string representation of the object's value, formatted as specified by format.

Generated using TypeDoc