| 
            
              HelperToIPAddress Method
             | 
          
        
        
            Converts 
IP to 
IPAddress.
            
 
        
        Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic static IPAddress ToIPAddress(
	this IP ip
)
<ExtensionAttribute>
Public Shared Function ToIPAddress ( 
	ip As IP
) As IPAddress
public:
[ExtensionAttribute]
static IPAddress^ ToIPAddress(
	IP^ ip
)
[<ExtensionAttribute>]
static member ToIPAddress : 
        ip : IP -> IPAddress GSF.Net.Snmp.Helper.ToIPAddress = function(ip);
 View SourceParameters
- ip  IP
 - The IP object.
 
Return Value
IPAddressThe 
IPAddress object.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
IP. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
See Also