Class FractionToken
Class used for Fraction tokens.
Implements
System.ICloneable
  Inherited Members
Namespace: Syncfusion.XlsIO.FormatParser.FormatTokens
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class FractionToken : SingleCharToken, ICloneableConstructors
FractionToken()
Initializes a new instance of the FractionToken class.
Declaration
public FractionToken()Properties
FormatChar
Returns type of the token. 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
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
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
Implements
      System.ICloneable