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