B
Brian Henry
Which is faster or considered the better way to do this.
I have a object that holds a date...
Convert.ToDate(object)
or Directcast(object,DateTime)
? Thanks
I have a object that holds a date...
Convert.ToDate(object)
or Directcast(object,DateTime)
? Thanks