ErlBinary ToPrintableString Method ( Byte , Int32, Int32, Int32)NFX Class Library

[This is preliminary documentation and is subject to change.]

Convert a byte buffer to printable binary representation (i.e. <<"abc...">>)

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static string ToPrintableString(
	byte[] buf,
	int offset,
	int count,
	int maxLen = 0
)

Return Value

Type: OnlineString
See Also