Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormatParserImpl

    Show / Hide Table of Contents

    Class FormatParserImpl

    Class used for format parsing.

    Inheritance
    System.Object
    CommonObject
    FormatParserImpl
    Implements
    IParentApplication
    System.IDisposable
    Inherited Members
    CommonObject.m_bIsDisposed
    CommonObject.Finalize()
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParents(Type[])
    CommonObject.FindParent(Type[])
    CommonObject.SetParent(Object)
    CommonObject.CheckDisposed()
    CommonObject.AddReference()
    CommonObject.ReleaseReference()
    CommonObject.Dispose()
    CommonObject.OnDispose()
    CommonObject.Application
    CommonObject.Parent
    CommonObject.AppImplementation
    CommonObject.ReferenceCount
    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 - 2023 Syncfusion Inc. All Rights Reserved