what does this mean in c# while converting to a unsigned int 32

Posted by Sunil Ramu on Stack Overflow See other posts from Stack Overflow or by Sunil Ramu
Published on 2010-06-10T11:47:33Z Indexed on 2010/06/10 11:53 UTC
Read the original article Hit count: 191

Filed under:

(uint)Convert.ToInt32(elements[0]) << 24;

© Stack Overflow or respective owner

Related posts about c#