将BitArray转换为UInt32 C#

时间:2016-05-11 08:52:29

标签: c# bitarray uint32

我试图转换

BitArray {0,0,0,0,0,0,0,0}

进入这个:

UInt32 0x0000

我该怎么做?

1 个答案:

答案 0 :(得分:0)

试试这个:

<configuration>
  ...
  <system.webServer>
    ... <!-- not here! -->
  </system.webServer>
  ...
  <location path="yourDynamicImagesUriBasePath">
    <system.webServer>
      <caching>
        ... <!-- move it here -->