I've googled this a lot but I can't find any helpful functions based on my queries.
What i want is:
1.2K -> 1,200
304.0M -> 304,000,000
987.654B -> 987,654,000,000
Is there any way that I can convert numbers with suffixes (K - Thousand, M - Million, B - Billion) to raw double numbers? I only found solutions to convert in the other direction.