Example: lrc_ushort

This example converts the "150" string into the unsigned short value 150:

unsigned short var = lrc_ushort("150");