menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PlaceReservedDigitToken - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PlaceReservedDigitToken

    Class used for placing reserved digit token.

    Inheritance
    System.Object
    FormatTokenBase
    SingleCharToken
    DigitToken
    PlaceReservedDigitToken
    Implements
    System.ICloneable
    Inherited Members
    DigitToken.ApplyFormat(Double, Boolean, CultureInfo, FormatSection)
    DigitToken.ApplyFormat(String, Boolean)
    DigitToken.GetDigit(Double)
    DigitToken.IsCenterDigit
    DigitToken.IsLastDigit
    FormatTokenBase.ApplyFormat(Double)
    FormatTokenBase.ApplyFormat(String)
    FormatTokenBase.Clone()
    FormatTokenBase.DEF_OPTIONS
    FormatTokenBase.FindString(String[], String, Int32, Boolean)
    FormatTokenBase.Format
    FormatTokenBase.m_strFormat
    FormatTokenBase.OnFormatChange()
    FormatTokenBase.TryParseRegex(Regex, String, Int32)
    FormatTokenBase.TryParseRegex(Regex, String, Int32, Match)
    SingleCharToken.TryParse(String, Int32)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.FormatParser.FormatTokens
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class PlaceReservedDigitToken : DigitToken, ICloneable

    Constructors

    PlaceReservedDigitToken()

    Initializes a new instance of the PlaceReservedDigitToken class.

    Declaration
    public PlaceReservedDigitToken()

    Properties

    FormatChar

    Format character. Read-only.

    Declaration
    public override char FormatChar { get; }
    Property Value
    Type
    System.Char
    Overrides
    SingleCharToken.FormatChar

    TokenType

    Returns type of the token. Read-only.

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

    Methods

    GetDigitString(Double, Int32, Boolean)

    Returns string representation according to the current format and digit value.

    Declaration
    protected override string GetDigitString(double value, int iDigit, bool bShowHiddenSymbols)
    Parameters
    Type Name Description
    System.Double value

    Value after removing specified digit.

    System.Int32 iDigit

    Digit to convert into string.

    System.Boolean bShowHiddenSymbols

    Indicates whether to show hidden symbols.

    Returns
    Type Description
    System.String

    Converted value.

    Overrides
    DigitToken.GetDigitString(Double, Int32, Boolean)

    Implements

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