String format not working.
I have a question: (i've search for the answer, does some testes, but nothing works).
How I can format a string like this:
The string value “21660597838” to the format “216.605.978-38”.
I’ve try these methods, but nothing works:
- @Insert(${/pd:AP/pd:processFields/pd:Extrato_CPF}, 4, ".") to every separator in “inline functions” step;
- Convert.ToString(String.Format("{0:000'.'000'.'000'-'00}",Convert.ToString(${/pd:AP/pd:processFields/pd:Extrato_CPF}))) in “update process data” step.
How can I do this?
Thanks for the help.
Please sign in to leave a comment.
Comments
4 comments