Skip to content

ValueParser.ParseAddress Method

Definition

Parses a 16-bit address. Accepts decimal, or hex with a '0x' or '$' prefix.

public static ushort ParseAddress(string value);

View source

Parameters

Name Type Description
value String

Returns

UInt16