Table of Contents

Method IArgumentConverter<float>.ConvertAsync

Namespace
DisCatSharp.CommandsNext.Converters
Assembly
DisCatSharp.CommandsNext.dll

IArgumentConverter<float>.ConvertAsync(string, CommandContext)

Converts a string.

Task<Optional<float>> IArgumentConverter<float>.ConvertAsync(string value, CommandContext ctx)

Parameters

value string

The string to convert.

ctx CommandContext

The command context.

Returns

Task<Optional<float>>