You can Google about Numeric Currency to Text conversion you will get a code. so use that code and at the end Match it with your text by using String Methods.
Hi I have two different currencies one in rupee and another in dollar. If its same currency means i can sum. If its different then i need to tell status could not sum because value in different currencies. For that how can i check ?
for my scenario i don’t want to convert currency from dollar to rupee or vice versa. Instead that i just mention status could not sum the value. Because currency type is different. What i need to know is how to check whether this is different currency or same.