Table of Contents

Delegate CsvDataProvider.ProvideFileName

Namespace
combit.Reporting.DataProviders
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a delegate that provides a file name (or URI) based on a given input.

public delegate string CsvDataProvider.ProvideFileName(string uri)

Parameters

uri string

The URI or file path.

Returns

string

The processed file name.