FileTypeSetToString(String) Method

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

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.8
C#
public string ToString(
	string separator
)

Parameters

separator  String

[Missing <param name="separator"/> documentation for "M:GleamTech.FileUltimate.AspNet.UI.FileTypeSet.ToString(System.String)"]

Return Value

String

[Missing <returns> documentation for "M:GleamTech.FileUltimate.AspNet.UI.FileTypeSet.ToString(System.String)"]

See Also