ValueProviderResult.ConvertTo Method (Type, CultureInfo)

Visual Studio 2010

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)

'Declaration
Public Overridable Function ConvertTo ( _
	type As Type, _
	culture As CultureInfo _
) As 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 Nothing.

Community Additions

ADD
Show: