menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class InBracketToken

    Class used for parsing Brackets.

    Inheritance
    System.Object
    FormatTokenBase
    InBracketToken
    ColorToken
    ConditionToken
    Implements
    System.ICloneable
    Inherited Members
    FormatTokenBase.ApplyFormat(Double)
    FormatTokenBase.ApplyFormat(Double, Boolean, CultureInfo, FormatSection)
    FormatTokenBase.ApplyFormat(String)
    FormatTokenBase.ApplyFormat(String, Boolean)
    FormatTokenBase.Clone()
    FormatTokenBase.DEF_OPTIONS
    FormatTokenBase.FindString(String[], String, Int32, Boolean)
    FormatTokenBase.Format
    FormatTokenBase.m_strFormat
    FormatTokenBase.OnFormatChange()
    FormatTokenBase.TokenType
    FormatTokenBase.TryParseRegex(Regex, String, Int32)
    FormatTokenBase.TryParseRegex(Regex, String, Int32, Match)
    Namespace: Syncfusion.XlsIO.FormatParser.FormatTokens
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public abstract class InBracketToken : FormatTokenBase, ICloneable

    Constructors

    InBracketToken()

    Initializes a new instance of the InBracketToken class.

    Declaration
    public InBracketToken()

    Methods

    TryParse(String, Int32)

    Tries to parse format string.

    Declaration
    public override int TryParse(string strFormat, int iIndex)
    Parameters
    Type Name Description
    System.String strFormat

    Format string to parse.

    System.Int32 iIndex

    Position to start parsing at.

    Returns
    Type Description
    System.Int32

    Position after parsed block.

    Overrides
    FormatTokenBase.TryParse(String, Int32)

    TryParse(String, Int32, Int32, Int32)

    Tries to parse format string.

    Declaration
    public abstract int TryParse(string strFormat, int iStartIndex, int iIndex, int iEndIndex)
    Parameters
    Type Name Description
    System.String strFormat

    Format string to parse.

    System.Int32 iStartIndex

    Position of the first bracket.

    System.Int32 iIndex

    Position to start parsing at.

    System.Int32 iEndIndex

    Position of the end bracket.

    Returns
    Type Description
    System.Int32

    Position after parsed block.

    Implements

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