The double quotes around the variable make sure it's actually a string; can't test it at the moment.
$ServiceBusRuleId.ToLower()
will work as well if the value returned is already a string.
Kelly Garcia
ASKER
Hi,
thank you for your feedback, problem with this that it will make everything lowercase and this string is case sensitive, i only want the authorisationid to be lowercase.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Open in new window
The double quotes around the variable make sure it's actually a string; can't test it at the moment.$ServiceBusRuleId.ToLower(
will work as well if the value returned is already a string.