Class Uint8Converter
The uint8 converter.
Inheritance
System.Object
Uint8Converter
Namespace: DisCatSharp.CommandsNext.Converters
Assembly: DisCatSharp.CommandsNext.dll
Syntax
public class Uint8Converter : IArgumentConverter<byte>, IArgumentConverter
Explicit Interface Implementations
| Improve this Doc View SourceIArgumentConverter<Byte>.ConvertAsync(String, CommandContext)
Converts a string.
Declaration
Task<Optional<byte>> IArgumentConverter<byte>.ConvertAsync(string value, CommandContext ctx)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The string to convert. |
CommandContext | ctx | The command context. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Optional<System.Byte>> |