Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
AnswerRe: help with login Pin
Richard MacCutchan16-Jul-15 2:59
mveRichard MacCutchan16-Jul-15 2:59 
QuestionEnabling and Disabling Speech Recognition using Speech Recognition Pin
Coder199915-Jul-15 6:19
Coder199915-Jul-15 6:19 
AnswerRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Richard MacCutchan15-Jul-15 7:00
mveRichard MacCutchan15-Jul-15 7:00 
GeneralRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Coder199916-Jul-15 3:13
Coder199916-Jul-15 3:13 
GeneralRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Pete O'Hanlon16-Jul-15 3:25
mvePete O'Hanlon16-Jul-15 3:25 
GeneralRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Richard MacCutchan16-Jul-15 4:55
mveRichard MacCutchan16-Jul-15 4:55 
AnswerRe: Enabling and Disabling Speech Recognition using Speech Recognition Pin
Dave Kreskowiak15-Jul-15 13:58
mveDave Kreskowiak15-Jul-15 13:58 
QuestionSplit a string into values Pin
Farhad Eft15-Jul-15 5:48
Farhad Eft15-Jul-15 5:48 
Hi,

I receive a string from an API like this example:
{"id":"30535","email":"myemail@yahoo.com","first_name":"John","last_name":"Smith","gender":"male","friends":{"data":[{"name":"Helen Ford","id":"68304"},{"name":"Leo Pitt","id":"4732"}]

I'd like to split and save the values into these
string personId
string email
string firstName
string lastName
string gender

and for friends values into an array that contains these values "personId" and "name" (for each set of records)

I'd really appreciate it if someone could help me.
AnswerRe: Split a string into values Pin
Abhipal Singh15-Jul-15 6:06
professionalAbhipal Singh15-Jul-15 6:06 
AnswerRe: Split a string into values Pin
User 418025417-Jul-15 2:47
User 418025417-Jul-15 2:47 
Questioncant run access query Through C# Pin
goldsoft14-Jul-15 21:20
goldsoft14-Jul-15 21:20 
AnswerRe: cant run access query Through C# Pin
Wendelius14-Jul-15 21:36
mentorWendelius14-Jul-15 21:36 
QuestionTask Exception Handling Pin
Member 1183731414-Jul-15 10:03
Member 1183731414-Jul-15 10:03 
AnswerRe: Task Exception Handling Pin
Eddy Vluggen14-Jul-15 10:34
professionalEddy Vluggen14-Jul-15 10:34 
AnswerRe: Task Exception Handling Pin
Pete O'Hanlon14-Jul-15 23:24
mvePete O'Hanlon14-Jul-15 23:24 
SuggestionRe: Task Exception Handling Pin
Richard Deeming15-Jul-15 1:00
mveRichard Deeming15-Jul-15 1:00 
GeneralRe: Task Exception Handling Pin
Member 1183731415-Jul-15 8:52
Member 1183731415-Jul-15 8:52 
QuestionA New Task Scheduler Class Library for .NET Pin
jwc jwc14-Jul-15 9:54
jwc jwc14-Jul-15 9:54 
AnswerRe: A New Task Scheduler Class Library for .NET Pin
Richard Andrew x6414-Jul-15 10:00
professionalRichard Andrew x6414-Jul-15 10:00 
GeneralRe: A New Task Scheduler Class Library for .NET Pin
jwc jwc14-Jul-15 10:13
jwc jwc14-Jul-15 10:13 
AnswerRe: A New Task Scheduler Class Library for .NET Pin
Richard Andrew x6414-Jul-15 10:18
professionalRichard Andrew x6414-Jul-15 10:18 
QuestionC# Pin
Member 1183662614-Jul-15 4:12
Member 1183662614-Jul-15 4:12 
AnswerRe: C# Pin
OriginalGriff14-Jul-15 4:17
mveOriginalGriff14-Jul-15 4:17 
AnswerRe: C# Pin
Eddy Vluggen14-Jul-15 4:59
professionalEddy Vluggen14-Jul-15 4:59 
GeneralRe: C# Pin
OriginalGriff14-Jul-15 5:06
mveOriginalGriff14-Jul-15 5: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.