EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


StringToAddress

Declared in     See also    


 

Converts a string representation of the IP address into TSockAddrStorage record.

 
 

Declaration

[C#]
    bool StringToAddress(string Sá out TSockAddrStorage Addr);

[VB.NET]
    Function StringToAddress(ByVal S As String, ByRef Addr As TSockAddrStorage) As Boolean

[Pascal]
    function StringToAddress(const S : string; out Addr : TSockAddrStorage) : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • S - string that contains an address
  • Addr - resulting IP address
 
 

Return value

    Returns True if conversion was successfull, otherwise returns False.
    Note, if IPv6 protocol is not enabled on the computer and Addr contains an IPv6 address, False will be returned.

 
 

Declared in

.NET:

  • Namespace: SBSocket
  • Assembly: BaseBlackbox
VCL:
  • Unit: SBSocket
ActiveX/DLL:
  • not implemented
 
 

See also:     AddressToString    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation