Search
GeneralFormat Class
Remarks See Also
 






Encapsulates a string that can be used to format arbitrary objects.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public class GeneralFormat

Visual Basic  Copy Code

Public Class GeneralFormat

 Remarks

The format has the following specification: Text {PropertyName:FormattingSpecifiers} Text

 Inheritance Hierarchy

System.Object
    MindFusion.GeneralFormat

 See Also