The StringHelper.InitialCase() function bombs if the string has any leading or trailing spaces.
StringHelper.InitialCase(" Hello") bombs
StringHelper.InitialCase("Hello ") bombs
StringHelper.InitialCase(" Hello ".Trim) fixes it
You guys probably already knew that but thought I'd share the info just in case there might be a free Pepsi involved
I don't think we knew. I posted the bug so we can get it corrected.
Cheers,
Logan .com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.