TextIP2Bin

Deprecated. Maintained for backward compatibility. Do not use in new code.

Instead, refer to MakeIPMask, CheckIPMask, IPMaskToText

(RPC Manager Library)

Description: Returns the Binary representation of the specified IP.
Returns: Text
Usage: Script Only.
Function Groups: String and Buffer,  Network
Related to: BinIP2Text
Format: \RPCManager\TextIP2Bin(IP)
Parameters:  
IP
Required. The IP that you want converted to Binary format. Formatting example 192.168.0.200.
Comments: This subroutine is a member of the RPC Manager's Library, and must therefore be prefaced by \RPCManager\, as shown in the "Format" section. If the application you are developing is a script application, the subroutine call must be prefaced by System\RPCManager\, and the System variable must be declared in AppRoot.src.
If you have an IP of the format 192.168.0.200/24, the /24 will be ignored.