RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Sets this string to specified Byte array.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Set( byte[] mem ) |
Visual Basic |
---|
Public Sub Set ( _ mem As Byte() _ ) |
Visual C++ |
---|
public: void Set( array<unsigned char>^ mem ) |
F# |
---|
member Set : mem:byte[] -> unit |
Parameters
- mem
- Type: array<System..::..Byte>[]()[][]
Byte array to copy from.