Example:
variable = new StreamReader( file ).ReadToEnd();
Is that acceptable?
You're better off using the using keyword; then you don't need to explicitly close anything.