menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CSFormatter - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CSFormatter

    Represents a class that provides auto formatter for CSharp.

    Inheritance
    System.Object
    CSFormatter
    Implements
    IAutoFormatter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Edit.Utils.AutoFormatting
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class CSFormatter : IAutoFormatter

    Constructors

    CSFormatter()

    Declaration
    public CSFormatter()

    Methods

    Format(IList)

    Formats the given list of lexem wrappers.

    Declaration
    public string Format(IList lexems)
    Parameters
    Type Name Description
    System.Collections.IList lexems

    List of ILexemWrapper instances.

    Returns
    Type Description
    System.String

    String with formatted text.

    Implements

    IAutoFormatter
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved