About: IntToHexString   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

function IntToHexString (int nInteger) Convert nInteger to hex, returning the hex value as a string. * Return value has the format "0x????????" where each ? will be a hex digit (8 digits in total). * Return type: string * Include file: nwscriptdefn

AttributesValues
rdfs:label
  • IntToHexString
rdfs:comment
  • function IntToHexString (int nInteger) Convert nInteger to hex, returning the hex value as a string. * Return value has the format "0x????????" where each ? will be a hex digit (8 digits in total). * Return type: string * Include file: nwscriptdefn
  • The IntToHexString() NWScript command converts an integer to a hexadecimal string. A hexadecimal string has the format "0x########" with each (of the eight) '#' being a hexadecimal digit (one of '0' through '9' or 'a' through 'f'), and it is the string representation of an integer in base 16.
dcterms:subject
dbkwik:nwn2/proper...iPageUsesTemplate
returns
Name
  • IntToHexString
param
  • int nInteger
param1desc
  • The integer that will be converted to a hexadecimal string.
dbkwik:nwn/property/wikiPageUsesTemplate
abstract
  • The IntToHexString() NWScript command converts an integer to a hexadecimal string. A hexadecimal string has the format "0x########" with each (of the eight) '#' being a hexadecimal digit (one of '0' through '9' or 'a' through 'f'), and it is the string representation of an integer in base 16. This command can be somewhat useful (and simple) when integers need to be converted to a fixed-length string, but it lacks some utility in that there is no reverse command that will convert a hexadecimal string to an integer. It is generally unsuitable for feedback to a player (as few players understand hexadecimal), but it does have some debugging usefulness when dealing with bit fields.
  • function IntToHexString (int nInteger) Convert nInteger to hex, returning the hex value as a string. * Return value has the format "0x????????" where each ? will be a hex digit (8 digits in total). * Return type: string * Include file: nwscriptdefn
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software