Click or drag to resize

UtilEncodeNullTerminatedUtf8String Method

Encode null terminated byte array to UTF-8 string.

Namespace:  Guardtime.KSI.Utils
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static byte[] EncodeNullTerminatedUtf8String(
	string value
)

Parameters

value
Type: SystemString
utf-8 string

Return Value

Type: Byte
byte array
See Also