Description
PSCSeparateStr splits the specified string S into the two parts - NamePart and ValuePart when this string has the form NamePart=ValuePart. The NamePart that identifies the string is to the left of the equal sign (=) and the ValuePart is on the right side. There should be no spaces present before or after the equal sign.