EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


StrToWideStr

Declared in     See also    


 

Use this function to convert string to wide string.

 
 

Declaration

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

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • AStr - string to be converted
 
 

Declared in

.NET:

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

See also:     WideStrToStr    

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