Table of Contents

FileTypeSet.ToString Method

Definition

Namespace
GleamTech.FileUltimate.AspNet.UI
Assembly
GleamTech.FileUltimate.dll

ToString()

Converts the current set of file patterns to a string representation with default separator '|'.

public override string ToString()

Returns

string

ToString(string)

Converts the current set of file patterns to a string representation with a custom separator.

public string ToString(string separator)

Parameters

separator string

Returns

string