Table of Contents

Interface IArgumentConverter<T>

Namespace
DSharpPlus.CommandsNext.Converters
Assembly
DSharpPlus.CommandsNext.dll

Represents a converter for specific argument type.

public interface IArgumentConverter<T> : IArgumentConverter

Type Parameters

T

Type for which the converter is to be registered.

Methods

ConvertAsync(string, CommandContext)

Converts the raw value into the specified type.