Class SignificantDigitToken
Class used for Significant Digit Token.
Implements
System.ICloneable
  Inherited Members
Namespace: Syncfusion.XlsIO.FormatParser.FormatTokens
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class SignificantDigitToken : DigitToken, ICloneableConstructors
SignificantDigitToken()
Initializes a new instance of the SignificantDigitToken class.
Declaration
public SignificantDigitToken()Properties
FormatChar
Format character. Read-only.
Declaration
public override char FormatChar { get; }Property Value
| Type | 
|---|
| System.Char | 
Overrides
TokenType
Returns type of the token. Read-only.
Declaration
public override TokenType TokenType { get; }Property Value
| Type | 
|---|
| TokenType | 
Overrides
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
Implements
      System.ICloneable