ValueProviderResult Constructor (Object, String, CultureInfo)

Initializes a new instance of the ValueProviderResult class.

Namespace:  System.Web.Http.ValueProviders
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Sub New ( _
    rawValue As Object, _
    attemptedValue As String, _
    culture As CultureInfo _
)
'Usage
Dim rawValue As Object
Dim attemptedValue As String
Dim culture As CultureInfo

Dim instance As New ValueProviderResult(rawValue, _
    attemptedValue, culture)
public ValueProviderResult(
    Object rawValue,
    string attemptedValue,
    CultureInfo culture
)
public:
ValueProviderResult(
    Object^ rawValue, 
    String^ attemptedValue, 
    CultureInfo^ culture
)
new : 
        rawValue:Object * 
        attemptedValue:string * 
        culture:CultureInfo -> ValueProviderResult
public function ValueProviderResult(
    rawValue : Object, 
    attemptedValue : String, 
    culture : CultureInfo
)

Parameters

See Also

Reference

ValueProviderResult Class

ValueProviderResult Overload

System.Web.Http.ValueProviders Namespace