Hi @mohammed_zain
Theres a lot of away what you need to do are string manupulation.
Like left(string,index)
See this article for your reference.
cheers 
Happy learning 
1 Like
Use this regex expression
(\d*.\d{2})
@mohammed_zain
String.Format(“{0:0.00}”, StrVariable)