Class PlaceReservedDigitToken
Class used for placing reserved digit token.
Implements
System.ICloneable
Inherited Members
Namespace: Syncfusion.XlsIO.FormatParser.FormatTokens
Assembly: Syncfusion.XlsIO.UWP.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
TokenType
Returns type of the token. Read-only.
Declaration
public override TokenType TokenType { get; }
Property Value
Type |
---|
TokenType |
Overrides
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
Implements
System.ICloneable