menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IFileNamePreprocessor - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IFileNamePreprocessor

    Preprocesses file name before ZipArchiveItem saving. Used to convert full item path into local one.

    Namespace: Syncfusion.Compression.Zip
    Assembly: Syncfusion.Compression.Portable.dll
    Syntax
    public interface IFileNamePreprocessor

    Methods

    PreprocessName(String)

    Somehow converts full path into name that will be stored in the zip archive.

    Declaration
    string PreprocessName(string fullName)
    Parameters
    Type Name Description
    System.String fullName

    Name to process.

    Returns
    Type Description
    System.String

    Converted name.

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