Type |
Function |
Available as of |
V1.0.4.0 |
Inherits from |
- |
Implements |
- |
Convert the IPv4 address given as STRING into DWORD.
This function converts an IPv4 address from a STRING representation into a DWORD representation.
Input |
Data type |
Description |
---|---|---|
i_sAddress |
STRING(15) |
The IPv4 address as STRING. |
Data type |
Description |
---|---|
DWORD |
The IPv4 address as DWORD. |