uint literals C# with Example



uint literals are defined by using the suffix U or u, or by using an integral values within the range of uint:

uint ui = 5U;

0 Comment's

Comment Form