DoubleModelBinder Class  
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.
An IModelBinder for Double and Nullable<T> where T is
Double.
public ref class DoubleModelBinder : Microsoft::AspNetCore::Mvc::ModelBinding::IModelBinderpublic class DoubleModelBinder : Microsoft.AspNetCore.Mvc.ModelBinding.IModelBindertype DoubleModelBinder = class
    interface IModelBinderPublic Class DoubleModelBinder
Implements IModelBinder- Inheritance
- 
				DoubleModelBinder
- Implements
Constructors
| DoubleModelBinder(NumberStyles, ILoggerFactory) | Initializes a new instance of DoubleModelBinder. | 
| DoubleModelBinder(NumberStyles) | 
				Obsolete.
			 This constructor is obsolete and will be removed in a future version. The recommended alternative is the overload that also takes an ILoggerFactory. Initializes a new instance of DoubleModelBinder. | 
Methods
| BindModelAsync(ModelBindingContext) | Attempts to bind a model. |