menu

WPF

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

    Show / Hide Table of Contents

    Class UnknownToken

    Class used for UnknownToken.

    Inheritance
    System.Object
    FormatTokenBase
    UnknownToken
    Implements
    System.ICloneable
    Inherited Members
    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)
    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 UnknownToken : FormatTokenBase, ICloneable

    Constructors

    UnknownToken()

    Initializes a new instance of the UnknownToken class.

    Declaration
    public UnknownToken()

    Properties

    TokenType

    Returns type of the token. Read-only.

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

    Methods

    ApplyFormat(ref Double, Boolean, CultureInfo, FormatSection)

    Applies format to the value.

    Declaration
    public override string ApplyFormat(ref double value, bool bShowHiddenSymbols, CultureInfo culture, FormatSection section)
    Parameters
    Type Name Description
    System.Double value

    Value to format.

    System.Boolean bShowHiddenSymbols

    Indicates whether to put in result hidden symbols.

    System.Globalization.CultureInfo culture

    Culture used to convert value into text.

    FormatSection section

    Parent section.

    Returns
    Type Description
    System.String

    Formatted value.

    Overrides
    FormatTokenBase.ApplyFormat(ref Double, Boolean, CultureInfo, FormatSection)

    ApplyFormat(String, Boolean)

    Applies format to the value.

    Declaration
    public override string ApplyFormat(string value, bool bShowHiddenSymbols)
    Parameters
    Type Name Description
    System.String value

    Value to format.

    System.Boolean bShowHiddenSymbols

    Indicates whether to put in result hidden symbols.

    Returns
    Type Description
    System.String

    Formatted value.

    Overrides
    FormatTokenBase.ApplyFormat(String, Boolean)

    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)

    Implements

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