ValueParser.ParseAddress Method
Definition
Parses a 16-bit address. Accepts decimal, or hex with a '0x' or '$' prefix.
public static ushort ParseAddress(string value);
Parameters
| Name | Type | Description |
|---|---|---|
value |
String |
Parses a 16-bit address. Accepts decimal, or hex with a '0x' or '$' prefix.
public static ushort ParseAddress(string value);
| Name | Type | Description |
|---|---|---|
value |
String |