Is there a way, in the connection string, to specify the port # of the SQL instance?

I found an example of a an SQL command line connection option that allows, this: SQLCMD -E -S YourServer\SQLEXPRESS,2301

where 2301 is the TCP/IP port.

If not, is there any other way to specify the port # for connection?

Thanks,