ValueProviderResult Constructors

Definition

Initializes a new instance of the ValueProviderResult class.

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 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(System::Object ^ rawValue, System::String ^ attemptedValue, System::Globalization::CultureInfo ^ culture);
public ValueProviderResult (object rawValue, string attemptedValue, System.Globalization.CultureInfo culture);
new System.Web.ModelBinding.ValueProviderResult : obj * string * System.Globalization.CultureInfo -> System.Web.ModelBinding.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 information.

Applies to