Class FormatParserImpl
Class used for format parsing.
Inherited Members
Namespace: Syncfusion.XlsIO.FormatParser
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class FormatParserImpl : CommonObject, IParentApplication, IDisposable
Constructors
FormatParserImpl(IApplication, Object)
Initializes a new instance of the FormatParserImpl class.
Declaration
public FormatParserImpl(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Represents current application. |
System.Object | parent | Represents parent object. |
Methods
Parse(String)
Parses format string.
Declaration
public FormatSectionCollection Parse(string strFormat)
Parameters
Type | Name | Description |
---|---|---|
System.String | strFormat | String to parse. |
Returns
Type | Description |
---|---|
FormatSectionCollection | Collection with parsed tokens. |
Implements
System.IDisposable