Unbow vs Unbox - What's the difference?
unbow | unbox |
To remove from a box.
* 2005 , Andrew Laties, Rebel Bookseller
(computing) To retrieve (a value of a primitive type) from the object in which it is boxed.
* 2004 , Stephen Teilhet, Jay Hilyard, C# Cookbook
As verbs the difference between unbow and unbox
is that unbow is to unbend while unbox is to remove from a box.unbox
English
Verb
- The booksellers' tasks were to unbox , shelve, and handle cash.
- When a boxing or unboxing operation occurs in code, whether it was implicit or explicit, the IL generated includes the box'' or ''unbox command.