Class Uint64Converter
The uint64 converter.
Inheritance
System.Object
Uint64Converter
Namespace: DisCatSharp.CommandsNext.Converters
Assembly: DisCatSharp.CommandsNext.dll
Syntax
public class Uint64Converter : IArgumentConverter<ulong>, IArgumentConverter
Explicit Interface Implementations
| Improve this Doc View SourceIArgumentConverter<UInt64>.ConvertAsync(String, CommandContext)
Converts a string.
Declaration
Task<Optional<ulong>> IArgumentConverter<ulong>.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.UInt64>> |