ValueProviderResult.ConvertTo Method (Type, CultureInfo)

Converts the value that is encapsulated by this result to the specified type by using the specified culture information.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public function ConvertTo(
	type : Type, 
	culture : CultureInfo
) : Object

Parameters

type
Type: System.Type

The target type.

culture
Type: System.Globalization.CultureInfo

The culture to use in the conversion.

Return Value

Type: System.Object
The converted value.

ExceptionCondition
ArgumentNullException

The type parameter is a null reference (Nothing in Visual Basic).

Show: