I am storing decimal value in portuguese culture example: string decimalValue="54,78"; i want to convert this value to 54.78 i.e into english culture .how to do this,i don't want to use string.replace trick. Plz help