Please see image
And the result should be output
“0347”
Thank you
Hi @lovepong66
You can use the below expression to get the ascending order for your input
- Assign -> Input = "0374"
- Assign -> Output = New String(Input.ToCharArray().OrderBy(Function(c) c).ToArray())
Check the below image for better understanding,
Hope it helps!!
Perfect for me thanks.
It’s works for me too. Thanks!!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.