PostFields.GetIntValue Method HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

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

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

Syntax

C#
public static int GetIntValue(
	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..Int32

The Int32 representation of the specified field value.

Note

If the value cannot be converted to Int32, this method returns 0.

See Also

Reference