Table of Contents

Class LowercaseNamingPolicy

Namespace
DSharpPlus.Commands.Processors.SlashCommands.NamingPolicies
Assembly
DSharpPlus.Commands.dll

Transforms parameter names into lowercase.

public sealed class LowercaseNamingPolicy : IInteractionNamingPolicy
Inheritance
LowercaseNamingPolicy
Implements

Methods

GetParameterName(CommandParameter, CultureInfo, int)

Transforms the parameter name into it's lowercase equivalent.

TransformText(ReadOnlySpan<char>, CultureInfo)

Transforms the text into it's new case.