Formatting string in a specific format
Posted: Fri Nov 29, 2013 10:00 am
Hello,
please how can I make in StimulsoftReports.Web specific format of text:
Example:
Input string: MX1025DX
Formatted output string: MX-1025-DX
Can I use ToString() or Format() function, something like ToString("##-####-##") or I need to use Substring() function?
Thank You for help.
please how can I make in StimulsoftReports.Web specific format of text:
Example:
Input string: MX1025DX
Formatted output string: MX-1025-DX
Can I use ToString() or Format() function, something like ToString("##-####-##") or I need to use Substring() function?
Thank You for help.