sjn78 Posted June 8, 2003 Posted June 8, 2003 I am writing an app to view images and then you can add keywords to it and later search for them. Problem is, how on earth do you make sense of the metadata, eg. Title, Description, Keywords I can get the metadata of the image out, but it is in ascii format. Has anyone managed to convert this to real text so it becomes usable information? Thanks Steve Quote
*Experts* mutant Posted June 8, 2003 *Experts* Posted June 8, 2003 Use Convert.ToChar(theasciinumberhere), this will return a character that the number stands for. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.