Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>toarrayNew to Visual Studio Code? Get it now.
toarray

toarray

gleroi

|
181 installs
| (0) | Free
Convert various things to array
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

toarray

toarray converts hexadecimal, decimal strings to array of hexadecimal numbers.

Features

  • 00010203 becomes 0x00, 0x01, 0x02, 0x03
  • 12,2,3,255 becomes 0x0C, 0x02, 0x03, 0xFF

Known Issues

None.

Release Notes

0.0.5

  • Hexadecimal strings are converted to array

TBD

  • Decimal string to decimal or hexadecimal array
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft