docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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 value.

    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)