Is there way to format numbers based on MS formats

Hi,

I am getting from server formats for numeric columns in MS formats:
$#,##0;($#,##0)
“0.00%;(0.00%)”
Is there a way to apply them or I need to parse them and convert to
{
groupDelimiter:",",
groupSize:0,
decimalDelimeter:".",
decimalSize:2
}?

Unfortunately there is no such functionality, number formatting in webix can do all the same tasks, but it must be defined in its own format.

Can you point to some document which describes MS format in details ?

Hi Maksim,
here is the link to Custom formating: