Class AddSlashPreprocessor
Adds slash ('/') before the file name if necessary.
Inheritance
System.Object
AddSlashPreprocessor
Implements
Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class AddSlashPreprocessor : Object, IFileNamePreprocessor
Constructors
AddSlashPreprocessor()
Initializes a new instance of the AddSlashPreprocessor class.
Declaration
public AddSlashPreprocessor()
Methods
PreprocessName(String)
Somehow converts full path into name that will be stored in the zip archive.
Declaration
public string PreprocessName(string fullName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fullName | Name to process. |
Returns
Type | Description |
---|---|
System.String | Converted name. |