ConvertDataTypes.comConvert data types programming in one click !

Convert long to string in C#

    61300 hits
  • long vIn = 0;
  • string vOut = vIn.ToString(vIn);