Posts Tagged ‘symbol’

What @ symbol in PHP

@ symbol – is used to suppress warning message.

,

No Comments


@ Symbol in C##

The @ symbol tells the string constructor to ignore escape characters and line break

The following two strings are therefore identical:

  1.  
  2. string p1 = "\\\\My Documents\\My Files\\";
  3. string p2 = @"\\My Documents\My Files\";

,

No Comments



SetPageWidth