EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


AddressToString

Declared in     See also    


 

Converts IP address (TSockAddrStorage) to string representation.

 
 

Declaration

[C#]
    bool AddressToString(TSockAddrStorage Addr, out string S);

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Addr - IP address to be converted
  • S - resulting string
 
 

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:     StringToAddress    

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