Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying string with apostrophe
Message
From
18/08/2010 08:48:10
 
 
To
17/08/2010 16:35:23
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01476888
Message ID:
01477020
Views:
50
>>>Could it simple be a length of this string problem. In other words, did you try another string - will it cut off at the same character?
>>>
>>
>>Yes I tried the same string without the apostrophe and it worked properly.
>
>& #039; ?
>
>or backslash doublequote: \" ?

TC, I had tried:

message = "Insured\'s Age" - didn't work, gets cut off after Insured.
message = "Insured\''s Age" - didn't work, displays two apostrophes.
message = @"Insured's Age" - didn't work, gets cut off after Insured.

but this one worked

message = "Insured's Age"

Thanks very much
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform