Search Results for

    Show / Hide Table of Contents

    Class Uint16Converter

    The uint16 converter.

    Inheritance
    System.Object
    Uint16Converter
    Implements
    IArgumentConverter<System.UInt16>
    IArgumentConverter
    Namespace: DisCatSharp.CommandsNext.Converters
    Assembly: DisCatSharp.CommandsNext.dll
    Syntax
    public class Uint16Converter : IArgumentConverter<ushort>, IArgumentConverter

    Explicit Interface Implementations

    | Improve this Doc View Source

    IArgumentConverter<UInt16>.ConvertAsync(String, CommandContext)

    Converts a string.

    Declaration
    Task<Optional<ushort>> IArgumentConverter<ushort>.ConvertAsync(string value, CommandContext ctx)
    Parameters
    Type Name Description
    System.String value

    The string to convert.

    CommandContext ctx

    The command context.

    Returns
    Type Description
    System.Threading.Tasks.Task<Optional<System.UInt16>>

    Implements

    IArgumentConverter<T>
    IArgumentConverter

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems