|
|
 |
C |
|
Como remover etiquetas HTML
Para eliminar las etiquetas de HTML en un texto, copien el siguiente código:
sText = "<;font color=Red>;Trucos C#<;/font>;<;table>;<;tr>;<;td>;....
|
Publicado: 2007-07-13 |
Visitas: 19455 |
|
|
Redimensionar Imagen
public static byte[] ResizeImageFile(byte[] imageFile, int targetSize){ Image original = Image.FromStream(new MemoryStream(imageFile)); int...
|
Publicado: 2007-07-13 |
Visitas: 1127 |
|
|
|
|
|
|