Method IArgumentConverter<byte>.ConvertAsync
- Namespace
- DisCatSharp.CommandsNext.Converters
- Assembly
- DisCatSharp.CommandsNext.dll
IArgumentConverter<byte>.ConvertAsync(string, CommandContext)
Converts a string.
Task<Optional<byte>> IArgumentConverter<byte>.ConvertAsync(string value, CommandContext ctx)
Parameters
value
stringThe string to convert.
ctx
CommandContextThe command context.