Click or drag to resize

UtilDecodeNullTerminatedUtf8String Method

Decode null terminated UTF-8 string from bytes.

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 string DecodeNullTerminatedUtf8String(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
string bytes

Return Value

Type: String
utf-8 string
See Also