How to pass double codes

  • Thread starter Thread starter TARUN
  • Start date Start date
T

TARUN

Hello all,

Please suggest me ... Is there any way to pass the string values as
"XYZ Sample String"
I encounter a situtation where i need to pass the string which should
include in double codes.

like "XYZ Sample String" i.e double code should also be pass.....

I am using C#

Thank's and regards,
Tarun sinha
 
TARUN said:
Hello all,

Please suggest me ... Is there any way to pass the string values as
"XYZ Sample String"
I encounter a situtation where i need to pass the string which should
include in double codes.

like "XYZ Sample String" i.e double code should also be pass.....

I am using C#

Thank's and regards,
Tarun sinha

Hi TARUN,

I don't understand double code; do you mean quote chars?

Try: "\"XYZ Sample String\""
 
Hi TARUN,

I don't understand double code; do you mean quote chars?

Try: "\"XYZ Sample String\""

Thank for the suggestion ..... that is what i am looking for ...
 
Back
Top