Click or drag to resize
Akka.NETByteString.FromArray Method (Byte[])
Creates a new ByteString by copying a byte array.

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ByteString FromArray(
	byte[] array
)

Parameters

array
Type:System.Byte[]
TBD

Return Value

Type: ByteString
TBD
See Also