Example #1
0
 public static YoutubeCommentThread FormatPlainText(this YoutubeCommentThread commentThread)
 {
     return(commentThread.TextFormat(Enums.TextFormat.PlainText));
 }
Example #2
0
 public static YoutubeCommentThread FormatHtml(this YoutubeCommentThread commentThread)
 {
     return(commentThread.TextFormat(Enums.TextFormat.Html));
 }