# Class: com.pnfsoftware.jeb.util.primitives.Shorts

Utility methods for `short`.

## Constructor: Shorts


## Static Method: toUnsignedString
- parameter: `value`, type: `short`
- return type: `java.lang.String`

Description: Convert a short to its unsigned decimal string representation.
parameter: value: short value
return: the unsigned decimal representation of `value`

