Se scrivete in VB.NET è scomodo scrivere così:
Dim text As String = ControlChars.Tab & "A string indeted by a tab" _
& ControlChars.CrLf & "A string on a separate line"
Vi piacerebbe magari poter scrivere come in C#:
string text = "\tA string indented by a tab\nA string on a separate line";
Bhè, potete sempre usare le Regular Expressions:
' Ovviamente dovete avere il seguente Imports statement
' Imports System.Text.RegularExpressions
Dim text As String = Regex.Unescape("\tA string indeted by a tab\nA string on a separat" _
& "e line")
venerdì, agosto 27, 2004
Come avere successo con ADO.NET
Terzo articolo della serie ADO-Esposito interessante per ottenere le migliori performances da ADO.NET
10 Comandamenti di ADO.NET
Interessante articolo di Dino Esposito da prendere come i "dieci comandamenti della programmazione per ADO.NET".
martedì, agosto 24, 2004
ieHTTPHeaders
Interessante tool che si integra in explorer per spiare i pachetti che transitano da client a server.
blunck.info
blunck.info
Iscriviti a:
Post (Atom)