ValueProviderResult Class¶
Constructors¶
-
Microsoft.AspNet.Mvc.ModelBinding.ValueProviderResult.ValueProviderResult()
protected ValueProviderResult()
-
ValueProviderResult
(System.Object, System.String, System.Globalization.CultureInfo)¶ Arguments: - rawValue (System.Object) –
- attemptedValue (System.String) –
- culture (System.Globalization.CultureInfo) –
public ValueProviderResult(object rawValue, string attemptedValue, CultureInfo culture)
-
Methods¶
-
ConvertTo
(System.Type)¶ Arguments: - type (System.Type) –
Return type: System.Object
public object ConvertTo(Type type)
-
ConvertTo
(System.Type, System.Globalization.CultureInfo) Arguments: - type (System.Type) –
- culture (System.Globalization.CultureInfo) –
Return type: System.Object
public virtual object ConvertTo(Type type, CultureInfo culture)
-