ulong literal C# with Example



ulong literal C# with Example

ulong literals are defined by using the suffix UL, ul, Ul, uL, LU, lu, Lu, or lU, or by using an integral values within the 
range of ulong: 
ulong ul = 5UL; 
 

0 Comment's

Comment Form

Submit Comment