$string = 'alphaBETA' $lower = $string.ToLower() $upper = $string.ToUpper()