Verbatim string literals begin with @"
the statement
test=@"c:\tEST\TEST.doc";
is same as
test="c:\\tEST\\TEST.doc";
courtesy:http://www.c-sharpcorner.com/1/verbatim_literals.asp
Print | posted on Tuesday, April 06, 2004 9:19 AM | Filed Under [ C# ]
Powered by:
Copyright © Raju