datareader

  1. dualshck012

    DataReader to string and to integer

    Good day! I'm creating a function for incremented ID generation I'm getting an error: {"Input string was not in a correct format."} under line Convert.ToIns32(maxId). I also tried Int32.TryParse with the same error. The Output would be something ICTS2021002 string maxId =...
Back
Top Bottom