Table of Contents

Method InlineCode

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

InlineCode(string)

Creates inline code snippet.

public static string InlineCode(string content)

Parameters

content string

Contents of the snippet.

Returns

string

Formatted inline code snippet.