Hi,
Is there something in PowerScript equivalent to String.IsNullOrWhiteSpace in C# (String.IsNullOrWhiteSpace(String) Method (System) | Microsoft Docs).
I think it would be nice to have something like that as at the moment I have to use multiple "OR".
It's a very handy method so maybe it can be added to PB at some stage if it's not there.
P.S. Yes, I know that I can create my own method to do this same but it would be nice to have some new native functionality in the PowerScript from time to time).
Another thing would be some simple DateTime helpers like .Year, .Day, .Hour, etc...(available in C#)...something to make the programing faster and easier.
Regards,
Marcin
Regards,
Marcin
https://community.appeon.com/index.php/qna/q-a/use-c-for-replace-function?limitstart=0#reply-23043
It's compile with .net framework 4.5.1, as we still have customers with windows 2003 servers, believe it or not.
Let me know if you need any help with it.
regards