Class InBracketToken
Class used for parsing Brackets.
Implements
System.ICloneable
  Inherited Members
Namespace: Syncfusion.XlsIO.FormatParser.FormatTokens
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public abstract class InBracketToken : FormatTokenBase, ICloneableConstructors
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
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