Emoji to html converter which creates a span with a css-class 'emoji' and a css-class 'emoji-pack-X' (X is replaced
with the pack-name) and only adds the background-position as style attribute. Assumes that the .emoji and .emoji-pack-x
classes are styled correctly using CSS.
Namespace: CkSoftware.GroupMe.Sdk.Helpers.EmojiAssembly: CkSoftware.GroupMe.Sdk.Helpers (in CkSoftware.GroupMe.Sdk.Helpers.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
Parameters
- image
- Type: CkSoftware.GroupMe.Sdk.Helpers.Emoji GroupMeEmojiImage
The emoji image to convert to HTML.
Return Value
Type: StringThe optimized html representation of the image to add to the content.
See Also