menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormatParserImpl - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FormatParserImpl

    Class used for format parsing.

    Inheritance
    System.Object
    CommonObject
    FormatParserImpl
    Implements
    IParentApplication
    System.IDisposable
    Inherited Members
    CommonObject.AddReference()
    CommonObject.AppImplementation
    CommonObject.Application
    CommonObject.CheckDisposed()
    CommonObject.Dispose()
    CommonObject.Finalize()
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Type[])
    CommonObject.FindParents(Type[])
    CommonObject.m_bIsDisposed
    CommonObject.OnDispose()
    CommonObject.Parent
    CommonObject.ReferenceCount
    CommonObject.ReleaseReference()
    CommonObject.SetParent(Object)
    Namespace: Syncfusion.XlsIO.FormatParser
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class FormatParserImpl : CommonObject, IParentApplication, IDisposable

    Constructors

    FormatParserImpl(IApplication, Object)

    Initializes a new instance of the FormatParserImpl class.

    Declaration
    public FormatParserImpl(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Represents current application.

    System.Object parent

    Represents parent object.

    Methods

    Parse(String)

    Parses format string.

    Declaration
    public FormatSectionCollection Parse(string strFormat)
    Parameters
    Type Name Description
    System.String strFormat

    String to parse.

    Returns
    Type Description
    FormatSectionCollection

    Collection with parsed tokens.

    Implements

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