Table of Contents

Class NumericConverter<T>

Namespace
MudBlazor
Assembly
MudBlazor.dll

A universal T to double binding converter

Note: currently not in use. Should we ever use it, remove the [ExcludeFromCodeCoverage] attribute

public class NumericConverter<T> : Converter<T, double>

Type Parameters

T
Inheritance
NumericConverter<T>
Inherited Members
Extension Methods

Constructors

NumericConverter()

public NumericConverter()