Interface IFormattable<TValue>
Interface used on UI elements which can be formatted.
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
public interface IFormattable<TValue>
Type Parameters
Name | Description |
---|---|
TValue | The type of the |
Properties
formatFunction
The function used to format the value.
Declaration
FormatFunction<TValue> formatFunction { get; set; }
Property Value
Type | Description |
---|---|
FormatFunction<TValue> |
formatString
The format string used to format the value.
Declaration
string formatString { get; set; }
Property Value
Type | Description |
---|---|
string |