ConvertDataTypes.comConvert data types programming in one click !

Convert string to bool in C#

    4120 hits
  • string vIn = "true";
  • bool vOut = Convert.ToBoolean(vIn);