Click here to Skip to main content
15,887,944 members
Home / Discussions / C#
   

C#

 
GeneralRe: closing and opening balance Pin
Er.Praveen Sharma7-May-13 1:27
Er.Praveen Sharma7-May-13 1:27 
GeneralRe: closing and opening balance Pin
Simon_Whale7-May-13 3:08
Simon_Whale7-May-13 3:08 
QuestionWPF & MVVM Tutorials for Beginners Pin
Pradip P Patel6-May-13 20:52
Pradip P Patel6-May-13 20:52 
AnswerRe: WPF & MVVM Tutorials for Beginners Pin
Richard MacCutchan6-May-13 21:14
mveRichard MacCutchan6-May-13 21:14 
GeneralRe: WPF & MVVM Tutorials for Beginners Pin
Pradip P Patel6-May-13 23:52
Pradip P Patel6-May-13 23:52 
GeneralRe: WPF & MVVM Tutorials for Beginners Pin
Richard MacCutchan7-May-13 0:04
mveRichard MacCutchan7-May-13 0:04 
GeneralRe: WPF & MVVM Tutorials for Beginners Pin
Pradip P Patel7-May-13 1:40
Pradip P Patel7-May-13 1:40 
GeneralUnicode Characters A--Z Pin
N8tiv6-May-13 19:44
N8tiv6-May-13 19:44 
I'm supposed to write a very simple program to display, "A, B, C (and a sentence I forgot already)".
The catch is, we're supposed to use the Unicode instead of the string literals for A, B, C.
I know the Unicode for the A character, the book I'm reading uses its Unicode as an example.

I went backwards and forwards in my book a few chapters, nowhere in it does it explain or give an example on how it got that Unicode for the capital letter A.

I new how to display the data type of a variable with:
<pre lang="c#">
Console.WriteLine(x.GetType);
</pre>
Is there a similar enumeration to find the Unicode?

(Did I use enumeration in the right context here? Trying to learn the lingo as I go.)
GeneralRe: Unicode Characters A--Z Pin
Richard MacCutchan6-May-13 20:51
mveRichard MacCutchan6-May-13 20:51 
GeneralRe: Unicode Characters A--Z Pin
N8tiv6-May-13 21:00
N8tiv6-May-13 21:00 
GeneralRe: Unicode Characters A--Z Pin
Richard MacCutchan6-May-13 21:26
mveRichard MacCutchan6-May-13 21:26 
GeneralRe: Unicode Characters A--Z Pin
N8tiv6-May-13 21:38
N8tiv6-May-13 21:38 
GeneralRe: Unicode Characters A--Z Pin
Richard MacCutchan6-May-13 22:04
mveRichard MacCutchan6-May-13 22:04 
GeneralRe: Unicode Characters A--Z Pin
N8tiv6-May-13 22:21
N8tiv6-May-13 22:21 
GeneralRe: Unicode Characters A--Z Pin
Richard MacCutchan6-May-13 22:28
mveRichard MacCutchan6-May-13 22:28 
QuestionHow to convert unix time to datetime (C#) ? Pin
Vijay Kanda6-May-13 19:35
Vijay Kanda6-May-13 19:35 
AnswerRe: How to convert unix time to datetime (C#) ? Pin
Richard MacCutchan6-May-13 20:42
mveRichard MacCutchan6-May-13 20:42 
AnswerRe: How to convert unix time to datetime (C#) ? Pin
Eric Lynch10-May-13 11:55
Eric Lynch10-May-13 11:55 
QuestionWhat kind of video recognition software exists? Pin
Wigwam23236-May-13 7:06
Wigwam23236-May-13 7:06 
AnswerRe: What kind of video recognition software exists? Pin
Dave Kreskowiak6-May-13 7:11
mveDave Kreskowiak6-May-13 7:11 
GeneralRe: What kind of video recognition software exists? Pin
Wigwam23236-May-13 8:48
Wigwam23236-May-13 8:48 
AnswerRe: What kind of video recognition software exists? Pin
Matt U.6-May-13 7:18
Matt U.6-May-13 7:18 
AnswerRe: What kind of video recognition software exists? Pin
Amarnath S6-May-13 7:42
professionalAmarnath S6-May-13 7:42 
AnswerRe: What kind of video recognition software exists? Pin
Eddy Vluggen6-May-13 7:48
professionalEddy Vluggen6-May-13 7:48 
GeneralRe: What kind of video recognition software exists? Pin
Wigwam23236-May-13 8:49
Wigwam23236-May-13 8:49 

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.