public static string FormatEntities(string text, ITwitterEntities entities, ITwitterEntityFormatter formatter) { return(FormatEntities(text, entities.GetAll(), formatter)); }
public static string FormatEntities(string text, ITwitterEntities entities, ITwitterEntityFormatter formatter) { return FormatEntities(text, entities.GetAll(), formatter); }
public static string FormatEntities(string text, ITwitterEntities entities) { return(FormatEntities(text, entities.GetAll(), new TwitterDefaultEntityFormatter())); }
public static string FormatEntities(string text, ITwitterEntities entities) { return FormatEntities(text, entities.GetAll(), new TwitterDefaultEntityFormatter()); }