PostFields.GetStringValue Method ActiveX/Java Uploader ASP.NET

Returns a String that represent a value of the specified field.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

C#
public static string GetStringValue(
	NameValueCollection fields,
	string name
)

Parameters

fields

Type: System.Collections.Specialized..NameValueCollection

The collection of POST fields returned by the Package.PackageFields property.

name

Type: System..String

The name of the field to retrieve a value.

Return Value

Type: System..String

The String representation of the specified field value.

See Also

Reference