ह्या कंट्रोलमध्ये बदल केल्यामुळे हे पेज ऑटोमॅटिकली अपडेट होईल

BIN2HEX

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

BIN2HEX(binary-string, convert-length)

binary-string: The string value representing the number to be converted. binary-string must contain only 0s and 1s.

convert-length: An optional number value specifying the minimum length of the number returned. convert-length must be in the range 1 to 12. 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.

Notes

Examples

=BIN2HEX("100101") returns 25.

=BIN2HEX("100111", 3) returns 027.

=BIN2HEX(101101) returns 2D.

=BIN2HEX(–101101) 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.