Function that converts hexadecimal to binary

Asked

Viewed 979 times

4

Is there any function equivalent to bin2hex() from PHP to C#?

I need to convert a hexadecimal to binary. I tried to use the TryParse but it hasn’t worked out.

1 answer

5


Browser other questions tagged

You are not signed in. Login or sign up in order to post.