Click or drag to resize
Akka.NETHoconValueGetByteList Method
Retrieves a list of byte values from this HoconValue.

Namespace:  Akka.Configuration.Hocon
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IList<byte> GetByteList()

Return Value

Type: IListByte
A list of byte values represented by this HoconValue.
See Also