RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Constructor to create a unicode characters from a UTF-8 encoded Byte array.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public RFA_WString( byte[] bytes ) |
Visual Basic |
---|
Public Sub New ( _ bytes As Byte() _ ) |
Visual C++ |
---|
public: RFA_WString( array<unsigned char>^ bytes ) |
F# |
---|
new : bytes:byte[] -> RFA_WString |
Parameters
- bytes
- Type: array<System..::..Byte>[]()[][]
Byte array to copy from.