Skip to main content
added 12 characters in body
Source Link
Majd TL
  • 3.3k
  • 3
  • 19
  • 36

 
{ return studentStructs [user].books[raw]; } 

{ return studentStructs [user].books[raw]; //Type Type string memory is not implicitly convertible to expected type uint256.

}


 

{ return studentStructs [user].books[raw]; //Type string memory is not implicitly convertible to expected type uint256.

}

{ return studentStructs [user].books[raw]; } 

// Type string memory is not implicitly convertible to expected type uint256.

Source Link
Abhi
  • 11
  • 1

I want to get retuen enum return value in string ...but its showing expected only uint256


{ return studentStructs [user].books[raw]; //Type string memory is not implicitly convertible to expected type uint256.

}