- mwString GetFieldName(int index) : This method returns the string by passing the index of the string field in your strucutre
- Convert above "mwString" to character pointer like below :
- Now convert above character pointer to string using "string" function in C++. For example