Table of Contents

Method AsByte

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

AsByte(sbyte)

Reinterprets the specified value as an unsigned byte.

public static byte AsByte(this sbyte value)

Parameters

value sbyte

The value to reinterpret.

Returns

byte

The reinterpreted value.