Search Results for

    Show / Hide Table of Contents

    TypeReaders

    TypeReaders used to convert string arguments to destination type

    Available type readers

    • StringTypeReader
    • IntTypeReader
    • BooleanTypeReader
    • FloatTypeReader
    • DoubleTypeReader

    Create own type reader

    • Implement ITypeReader
    • Add typereader as service with services.AddTransient<ITypeReader, TypeReaderClassName>();
    • Improve this Doc
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾