ConvertDataTypes.comConvert data types programming in one click !

Convert bool to long in C#

    10086 hits
  • bool vIn = true;
  • long vOut = Convert.ToInt64(vIn);