EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


UTF8ToStr

Declared in     See also    


 

Use this function to convert a UTF8-string to default (usually, ANSI) charset.

 
 

Declaration

[C#]
    string UTF8ToStr(byte[] ASrc);

[VB.NET]
    Function UTF8ToStr(ByVal ASrc As Byte()) As String

[Pascal]
    function UTF8ToStr(const ASrc: BufferType) : string;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ASrc - a UTF8-string to be converted
 
 

Declared in

.NET:

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

See also:     StrToUTF8     SetDefaultCharset    

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