Click here to Skip to main content
15,902,492 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: enterprise application...? Pin
Simon P Stevens29-Oct-08 5:41
Simon P Stevens29-Oct-08 5:41 
AnswerRe: enterprise application...? Pin
Mark Churchill2-Nov-08 14:48
Mark Churchill2-Nov-08 14:48 
QuestionNot able to create bluetooth socket on wince device - HP iPAQ Pin
yudhisthira28-Oct-08 18:55
yudhisthira28-Oct-08 18:55 
QuestionAssigning a custom TypeConverter to array of ushort in the property grid Pin
jonesst9928-Oct-08 8:23
jonesst9928-Oct-08 8:23 
QuestionSOAP Timeout Pin
Patje27-Oct-08 23:41
Patje27-Oct-08 23:41 
AnswerRe: SOAP Timeout Pin
Mark Churchill28-Oct-08 14:35
Mark Churchill28-Oct-08 14:35 
GeneralRe: SOAP Timeout Pin
Patje28-Oct-08 22:23
Patje28-Oct-08 22:23 
QuestionUnicode Pin
Hooman12327-Oct-08 3:55
Hooman12327-Oct-08 3:55 
Hello all,

I have a string of 4 Unicode chars in the format:

U+9ffU+5a01U+6c7dU+8eca.
U+ : represents the beggining of the char series.

I need to get the .Net string, in this case we want to get 4 Chinese letters:
駿威汽車

There is "the normal way" to use otomatic parsing of string:

string st = "\u99ff\u5a01\u6c7d\u8eca";
(and we get st = 駿威汽車)
but it is good just for copiler time and not for run time.

and the next code also don't work
string st = "U+99ffU+5a01U+6c7dU+8eca";
st = st.Replace("U+", @"\u");
string st1 = st;

Any Ideas'?
Smile | :)
AnswerRe: Unicode Pin
Luc Pattyn27-Oct-08 6:12
sitebuilderLuc Pattyn27-Oct-08 6:12 
QuestionRe: Unicode Pin
Mark Salsbery27-Oct-08 6:31
Mark Salsbery27-Oct-08 6:31 
GeneralRe: Unicode Pin
Luc Pattyn27-Oct-08 6:42
sitebuilderLuc Pattyn27-Oct-08 6:42 
GeneralRe: Unicode Pin
Mark Salsbery27-Oct-08 6:46
Mark Salsbery27-Oct-08 6:46 
QuestionAsynchronous messaging with web service Pin
Metal7625-Oct-08 0:55
Metal7625-Oct-08 0:55 
AnswerRe: Asynchronous messaging with web service Pin
Wendelius25-Oct-08 2:19
mentorWendelius25-Oct-08 2:19 
QuestionFetching values from GAL using Outlook Component [modified] Pin
Vipul Mehta23-Oct-08 22:48
Vipul Mehta23-Oct-08 22:48 
QuestionUNC (Uniform naming convention) paths Pin
pacoxl23-Oct-08 4:28
pacoxl23-Oct-08 4:28 
QuestionRe: UNC (Uniform naming convention) paths Pin
led mike23-Oct-08 5:54
led mike23-Oct-08 5:54 
AnswerRe: UNC (Uniform naming convention) paths Pin
pacoxl23-Oct-08 6:18
pacoxl23-Oct-08 6:18 
QuestionGuard Conditions and Control Enablement Pin
Tristan Rhodes23-Oct-08 2:59
Tristan Rhodes23-Oct-08 2:59 
QuestionRe: Guard Conditions and Control Enablement Pin
led mike23-Oct-08 5:20
led mike23-Oct-08 5:20 
AnswerRe: Guard Conditions and Control Enablement [modified] Pin
Tristan Rhodes23-Oct-08 5:58
Tristan Rhodes23-Oct-08 5:58 
GeneralRe: Guard Conditions and Control Enablement Pin
Pete O'Hanlon23-Oct-08 22:06
mvePete O'Hanlon23-Oct-08 22:06 
GeneralRe: Guard Conditions and Control Enablement Pin
Tristan Rhodes24-Oct-08 5:10
Tristan Rhodes24-Oct-08 5:10 
GeneralRe: Guard Conditions and Control Enablement Pin
Pete O'Hanlon24-Oct-08 8:25
mvePete O'Hanlon24-Oct-08 8:25 
Questionhow to display negative values in crystal report Pin
annu0823-Oct-08 0:17
annu0823-Oct-08 0:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.