if s=nothing then 'bin mir nicht ganz sicher wegen ob null oder nothing
this.localizedCategory = ""
else
this.localizedCategory = s
End if


Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Oskar Vaia
Gesendet: Freitag, 11. Juni 2004 08:51
An: [EMAIL PROTECTED]
Betreff: [Vb.net] Frage an die C#-ler

Kann mir bitte jemand dies in VB.NET �bersetzen:

 

this.localizedCategory = (s!=null)? s : "";

 

Dank und Gr��e

 

Oskar

Odpovedet emailem