Discuss this help topic in SecureBlackbox Forum

ToUnicode

Declared in     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Decodes the domain name.

Declaration

[C#]
    string ToUnicode(string Domain);

[VB.NET]
    Function ToUnicode(ByVal Domain As String) As String

[Pascal]
    function ToUnicode(const Domain : string) : UnicodeString { WideString };

[C++]
    void ToUnicode(const std::string & Domain, std::wstring & OutResult);

[Java]
    not available

[PHP]
    not available

Parameters

  • Domain - the ASCII string which specifies the encoded domain name.

Return value

    Returns the decoded domain name.

Description

    Call this method to decode the (ASCII) domain name encoded using punicode.

Declared in

.NET:
  • Namespace: SBPunycode
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBPunycode
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbpunycode.h

See also:     PunycodeDecode     PunycodeEncode     ToASCII    

Discuss this help topic in SecureBlackbox Forum