At the settings for a textfield this format cannot be set.
Also when using the CTRL function sprintf you cannot defined it as a format for the float value.
I tried to write a small script which converts a float variable into this format.
Attached you'll find an example code. I did just some short tests and I'm not sure if it works in all cases.
Even in this example the string result is not exactly the same as the float variable defined in the beginning caused by the fact that a float variable has a limited precision.
Maybe there are some other and better possibilities in CONTROL to get the same result.