ValueProviderResult Constructor (Object, String, CultureInfo)
Visual Studio 2010
Initializes a new instance of the ValueProviderResult class by using the specified raw value, attempted value, and culture information.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration 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.
Community Additions
ADD
Show: