ConvertDataTypes.comConvert data types programming in one click !

Convert bool to string in C#

    5628 hits
  • bool vIn = true;
  • string vOut = vIn.ToString(vIn);