Click here to Skip to main content
15,897,360 members
Home / Discussions / C#
   

C#

 
AnswerRe: closing and opening balance Pin
Richard MacCutchan6-May-13 22:05
mveRichard MacCutchan6-May-13 22:05 
GeneralRe: closing and opening balance Pin
Er.Praveen Sharma6-May-13 23:48
Er.Praveen Sharma6-May-13 23:48 
AnswerRe: closing and opening balance Pin
Keith Barrow6-May-13 23:12
professionalKeith Barrow6-May-13 23:12 
GeneralRe: closing and opening balance Pin
Er.Praveen Sharma7-May-13 1:28
Er.Praveen Sharma7-May-13 1:28 
GeneralRe: closing and opening balance Pin
Keith Barrow7-May-13 1:49
professionalKeith Barrow7-May-13 1:49 
AnswerRe: closing and opening balance Pin
Simon_Whale6-May-13 23:52
Simon_Whale6-May-13 23:52 
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 
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 
WidmarkRob wrote:
what does that exactly mean?
"\u0041"
This is merely a way of representing a Unicode character by its hexadecimal value. If you look at the Windows Character Map application it shows you the hexadecimal value for each Unicode character. You can also see similar values for the ASCII character set. It may be that you need to get hold of a reference book that explains how data is held and represented in digital computers, and how it can be converted from one type to another. More information can also be found at http://www.unicode.org/faq/utf_bom.html[^].
Use the best guess

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 

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.