ConvertDataTypes.comConvert data types programming in one click !

Convert long to string in C#

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