What's the difference between these two calls..

Code:
            s.Account.LastIP = String.Copy(s.RemoteIP)
           
            -and-

            s.Account.LastIP = [String].Copy(s.RemoteIP)

I haven't quite figured out what the brackets do...