Table of Contents

Method IArgumentConverter<ulong>.ConvertAsync

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

IArgumentConverter<ulong>.ConvertAsync(string, CommandContext)

Converts a string.

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

Parameters

value string

The string to convert.

ctx CommandContext

The command context.

Returns

Task<Optional<ulong>>