Description
The PSCExtractPickListValues extracts the DisplayValue and the Value from the PickListStr string. The format of PickListStr is 'Display Value=Value' or 'Value'. The DisplayValue is a part of the given string before '=' symbol, the Value part is a part of string after '=' symbol. If the PickListStr doesn't contains a '=' symbol, DisplayValue will be empty. Example: PickListStr = 'Length (m)=100' DisplayValue = 'Length (m)' Value = '100' Example: PickListStr = 'puterSoft.Com' DisplayValue = '' Value = 'puterSoft.Com'