2
Answers

hexadecimal to binary convertor...?

Bilawal Niaz

Bilawal Niaz

9y
563
1
how we convert hexadecimal to binary ...?
in visual studio c#.
give me coding...! 
Answers (2)
1
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 7y
Yes, you can. Try below:
  1. [AcceptVerbs("POST""PUT")]  
  2. public Task GetTagList(Guid projectId)  
  3. {  
  4. }  
  5.   
  6. [AcceptVerbs(HttpVerb.Post | HttpVerbs.Put)] 
  7. public Task GetTagList(Guid projectId)  
  8. {  
  9. }  
  10.   
  11. [HttpGet]  
  12. [HttpPost]  
  13. public Task GetTagList(Guid projectId)  
  14. {  
  15. }