ValueProviderResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.