Discuss this help topic in SecureBlackbox Forum

PunycodeEncode

Declared in     See also     


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


Encodes a unicode string to punicode.

Declaration

[C#]
    string PunycodeEncode(string Input);

[VB.NET]
    Function PunycodeEncode(ByVal Input As String) As String

[Pascal]
    function PunycodeEncode(const Input : UnicodeString { WideString }) : string;

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

[Java]
    not available

[PHP]
    not available

Parameters

  • Input - the unicode string to be encoded to punicode.

Return value

    Returns the punicode string.

Description

    Call this function to encode a unicode string to punicode.

Declared in

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

See also:     PunycodeDecode     ToASCII     ToUnicode    

Discuss this help topic in SecureBlackbox Forum