UploadMethodListParse Method

Converts the string representation of a list of UploadMethod to its UploadMethodList equivalent.

Definition

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

Parameters

formattedValue  String

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

Return Value

UploadMethodList

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

See Also