ConvertToAscii(Char) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Converts a unicode char to a simple ASCII string.

public static string? ConvertToAscii(char c)

Parameters

c
Char

The input char.

Returns

String
The simple ASCII string or null if the char itself cannot be simplified