Method TransformText
- Assembly
- DSharpPlus.Commands.dll
TransformText(ReadOnlySpan<char>, CultureInfo)
Transforms the text into it's new case.
string TransformText(ReadOnlySpan<char> text, CultureInfo culture)
Parameters
text
ReadOnlySpan<char>The text to transform.
culture
CultureInfoThe culture to use for the transformation.
Returns
- string
The transformed text.