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