C# Class withSIX.Play.Presentation.Wpf.Helpers.RichTextBox.Formatters.Chat.ChatToXamlConverter

显示文件 Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
Convert ( string ChatText ) : string

Private Methods

Method Description
AddAllElements ( XmlElement parentElement, IEnumerable chatTokens ) : void
AddImage ( XmlElement parentElement, string url ) : void
AddLineBreak ( XmlElement parentElement ) : void
AddLink ( XmlElement parentElement, string url ) : void
AddText ( XmlElement parentElement, string text ) : void

Method Details

Convert() public static method

public static Convert ( string ChatText ) : string
ChatText string
return string