-
Home
-
API
-
Markdig.Helpers
-
EntityHelper
-
Methods
-
DecodeEntity(Int32)
DecodeEntity(Int32) Method
Definition
Decodes the given UTF-32 character code to the matching set of UTF-16 characters.
public static string DecodeEntity(int utf32)
Parameters
Returns
- String
- The unicode character set or
null if the entity was not recognized.