I have an application that uses excel. The user needs to write an excel format in my application and I need to place it excel to some cells. However I need to provide an example to the user to know if the format will be correct or not.
I know in VBA there is the function FORMAT. Is there an equivalent in C# for this function?
It needs to work for example with the format "[$-409]d.m.yy h:mm AM/PM;@"
but it has to support anything that the Excel supports.