I have this placed in my code

<%Response.write(Session("MembershipCost"))%>

the number it contains is 605

how do i use the round Function to make it look like 605.00

i tried <%Response.write Round((Session("MembershipCost"),2))%> but it says
that an expected ) is missing
any ideas??