Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SignificantDigitToken - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SignificantDigitToken

    Class used for Significant Digit Token.

    Inheritance
    System.Object
    FormatTokenBase
    SingleCharToken
    DigitToken
    SignificantDigitToken
    Implements
    ICloneable
    Inherited Members
    DigitToken.ApplyFormat(Double, Boolean, CultureInfo, FormatSection)
    DigitToken.ApplyFormat(String, Boolean)
    DigitToken.GetDigit(Double)
    DigitToken.GetDigitString(Double, Int32, Boolean)
    DigitToken.IsLastDigit
    DigitToken.IsCenterDigit
    FormatTokenBase.DEF_OPTIONS
    FormatTokenBase.m_strFormat
    FormatTokenBase.TryParseRegex(Regex, String, Int32)
    FormatTokenBase.TryParseRegex(Regex, String, Int32, Match)
    FormatTokenBase.ApplyFormat(Double)
    FormatTokenBase.ApplyFormat(String)
    FormatTokenBase.Clone()
    FormatTokenBase.FindString(String[], String, Int32, Boolean)
    FormatTokenBase.OnFormatChange()
    FormatTokenBase.Format
    Namespace: Syncfusion.XlsIO.FormatParser.FormatTokens
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class SignificantDigitToken : DigitToken, ICloneable

    Constructors

    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 Description
    System.Char
    Overrides
    SingleCharToken.FormatChar

    TokenType

    Returns type of the token. Read-only.

    Declaration
    public override TokenType TokenType { get; }
    Property Value
    Type Description
    TokenType
    Overrides
    FormatTokenBase.TokenType

    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
    SingleCharToken.TryParse(String, Int32)

    Implements

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