Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying string with apostrophe
Message
 
 
À
17/08/2010 16:04:38
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01476888
Message ID:
01476907
Vues:
41
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?

>>>Hi,
>>>
>>>This should be an easy one for someone.
>>>
>>>I have code like this:
>>>
>>>
message = "This plan is not applicable for the Insured's Age and/or Sum Assured";
>>>
>>>but when this string is displayed, it cuts off at the apostrophe. I've tried it like this:
>>>
>>>
message = @"This plan is not applicable for the Insured's Age and/or Sum Assured";
>>>
>>>but the same thing. How do I get this to display the full string?
>>
>>WAG - maybe you have to escape single quotes i.e.
>>
>>message = "This plan is not applicable for the Insured''s Age and/or Sum Assured"
>>
>
>Thanks Al,
>
>I had tried that along with using \ as the escape and neither worked.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform