FileTypeSetParse Method

Converts the string representation of a set of file patterns to its FileTypeSet equivalent.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.8
C#
public static FileTypeSet Parse(
	string formattedValue
)

Parameters

formattedValue  String

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

Return Value

FileTypeSet

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

See Also