menu

WinUI

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

    Show / Hide Table of Contents

    Class AddSlashPreprocessor

    Adds slash ('/') before the file name if necessary.

    Inheritance
    System.Object
    AddSlashPreprocessor
    Implements
    IFileNamePreprocessor
    Namespace: Syncfusion.XlsIO.Implementation.XmlSerialization
    Assembly: Syncfusion.XlsIO.NET.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.

    Implements

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