اس کنٹرول میں ترمیم کرنے سے یہ صفحہ آٹومیٹک طریقے سے اپڈیٹ ہو جائے گا

HEX2BIN

The HEX2BIN function converts a hexadecimal number to the corresponding binary number.

HEX2BIN(hex-string, convert-length)

hex-string: The string value representing the number to be converted. hex-string must contain only the numbers 0 to 9 and the letters A to F.

convert-length: An optional number value specifying the minimum length of the number returned. convert-length must be in the range 1 to 32. If convert-length is omitted, it is assumed to be 1. If it is included, the number returned is padded with leading zeros, if necessary, so that it is at least the length specified by convert-length.

Examples

=HEX2BIN("F", 8) returns 00001111.

=HEX2BIN("3F") returns 111111.

=HEX2BIN("-F", 8) returns an error, as the minus sign is not permitted.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.
مددگار؟
حروف کی حد: 250
حروف کی زیادہ سے زیادہ حد 250 ہے۔
آپ کے تاثرات کا شکریہ۔
Morty Proxy This is a proxified and sanitized view of the page, visit original site.