Direi:Originariamente inviato da deedlyt
Come faccio a scrivere in c# la seguente istruzione in vb6:
codice:dim nota as string If InStr(1, nota,Chr(10)) > 0 Then
if (nota.IndexOf ('\n') >= 0)
Direi:Originariamente inviato da deedlyt
Come faccio a scrivere in c# la seguente istruzione in vb6:
codice:dim nota as string If InStr(1, nota,Chr(10)) > 0 Then
if (nota.IndexOf ('\n') >= 0)
Andrea, andbin.dev – Senior Java developer – SCJP 5 (91%) • SCWCD 5 (94%)
java.util.function Interfaces Cheat Sheet — Java Versions Cheat Sheet