EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


StrToUTF8

Declared in     See also    


 

Use this function to convert string to UTF8 representation.

 
 

Declaration

[C#]
    byte[] StrToUTF8(string AStr);

[VB.NET]
    Function StrToUTF8(ByVal AStr As String) As Byte()

[Pascal]
    function StrToUTF8(const AStr: string) : ByteArray;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • AStr - string to be converted to unicode
 
 

Declared in

.NET:

  • Namespace: SBUtils.Unit
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBUtils
ActiveX/DLL:
  • not implemented
 
 

See also:     UTF8ToStr     SetDefaultCharset    

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