Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Conversor doesn't understand "datetime?"

$
0
0

Converting from VB.Net to C#, if the code has a variable declared as datetime? (it works with datetime or date?) then the conversion fails

Input

Sub Test()
dim thisDay as datetime?
end sub

Output

-- line 1 col 1: EOF expected


Viewing all articles
Browse latest Browse all 1764

Trending Articles