DecodeEntity(Int32) Method

Definition

Namespace Markdig.Helpers
Assembly Markdig.dll

Decodes the given UTF-32 character code to the matching set of UTF-16 characters.

public static string DecodeEntity(int utf32)

Parameters

utf32
Int32

Returns

String
The unicode character set or null if the entity was not recognized.