I am writing sth about data in string type in console mode.
now, I transform it to Windows Form Application, i know managed type should be used here instead of the unmanaged type. should I change the unmanaged type of string to char* for better data manipulation??
now, I transform it to Windows Form Application, i know managed type should be used here instead of the unmanaged type. should I change the unmanaged type of string to char* for better data manipulation??
Comment