bpf::UInt16 class

Public static variables

static uint16 MaxValue constexpr
static uint16 MinValue constexpr

Public static functions

static auto Parse(const String& str) -> uint16
static auto TryParse(const String& str, uint16& res) -> bool

Function documentation

static uint16 bpf::UInt16::Parse(const String& str)

Parameters
str the string to parse
Returns 16 bits uint parsed from string
Exceptions
ParseException when the string cannot be converted to a number

Parse a 16 bits uint from a string

static bool bpf::UInt16::TryParse(const String& str, uint16& res)

Parameters
str the string to parse
res 16 bits uint parsed from string
Returns true if successfull, false otherwise

Parse a 16 bits uint from a string

Variable documentation

static uint16 bpf::UInt16::MaxValue constexpr

16 bits uint max value

static uint16 bpf::UInt16::MinValue constexpr

16 bits uint min value