Table of Contents

Class Converter<T>

Namespace
MudBlazor
Assembly
MudBlazor.dll

Converter from T to string

Set converts to string Get converts from string

public class Converter<T> : Converter<T, string>

Type Parameters

T
Inheritance
Converter<T>
Derived
Inherited Members
Extension Methods

Constructors

Converter()

public Converter()

Properties

Format

Custom Format to be applied on bidirectional way.

public string? Format { get; set; }

Property Value

string