ValueProviderResult Constructor (Object, String, CultureInfo)

.NET Framework (current version)
 

Initializes a new instance of the ValueProviderResult class by using the specified raw value, attempted value, and culture information.

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

Public Sub New (
	rawValue As Object,
	attemptedValue As String,
	culture As CultureInfo
)

Parameters

rawValue
Type: System.Object

The raw value.

attemptedValue
Type: System.String

The attempted value.

culture
Type: System.Globalization.CultureInfo

The culture information.

.NET Framework
Available since 4.5
Return to top
Show: