Table of Contents

Core

Methods Properties Base Classes Derived Classes
Parse PositiveMax
PositiveValueClosestToZero

Properties


PositiveMax : byte

read-only static

The largest (most positive) value that can be represented by a Byte.

var PositiveMax : Byte

PositiveValueClosestToZero : byte

read-only static

The positive value closest to zero that can be represented by a Byte.

var PositiveValueClosestToZero : Byte

Methods


Parse : byte

static

Attempt to convert the given StringRange to a Byte. If parsing fails 0 is returned. |Name|Type|Description| |---|---|---| |p0|stringrange| |

function Parse(p0 : StringRange) : Byte