hi all,

which datatype we use for storing UInt64 type of value?
I want to cast integer value into UInt64 type.
How we can do that in vb.net ?
Plz can anybody tell me .


thanks in advance
Regards
Guest11

UInt64 hold integer values ranging from 0 to 18,446,744,073,709,551,615, use System.Convert.ToInt64(VarName) to convert it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.