T
Thiru .Net
how to assign unsigned values in vb.net
i have a statement like this in c#
public const uint FEEDER = 0x00000001;
when i tried to convert above into vb.net
i said
Public Const FEEDER As int64 = 0x00000001
but it gives error in the values assigned and saying
end of statement expected..
wht does it mean ? and how to assign values like the above in vb.net ?
thanks in advance..
Thiru.S
i have a statement like this in c#
public const uint FEEDER = 0x00000001;
when i tried to convert above into vb.net
i said
Public Const FEEDER As int64 = 0x00000001
but it gives error in the values assigned and saying
end of statement expected..
wht does it mean ? and how to assign values like the above in vb.net ?
thanks in advance..
Thiru.S