ValueProviderResult Constructors

Definition

Overloads

ValueProviderResult()

Initializes a new instance of the ValueProviderResult class.

ValueProviderResult(Object, String, CultureInfo)

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

ValueProviderResult()

Initializes a new instance of the ValueProviderResult class.

protected ValueProviderResult ();
Protected Sub New ()

Applies to

ValueProviderResult(Object, String, CultureInfo)

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

public ValueProviderResult (object rawValue, string attemptedValue, System.Globalization.CultureInfo culture);
new System.Web.Mvc.ValueProviderResult : obj * string * System.Globalization.CultureInfo -> System.Web.Mvc.ValueProviderResult
Public Sub New (rawValue As Object, attemptedValue As String, culture As CultureInfo)

Parameters

rawValue
Object

The raw value.

attemptedValue
String

The attempted value.

culture
CultureInfo

The culture.

Applies to