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)
Syntaxpublic static string DecodeNullTerminatedUtf8String(
byte[] bytes
)
Public Shared Function DecodeNullTerminatedUtf8String (
bytes As Byte()
) As String
public:
static String^ DecodeNullTerminatedUtf8String(
array<unsigned char>^ bytes
)
static member DecodeNullTerminatedUtf8String :
bytes : byte[] -> string
Parameters
- bytes
- Type: SystemByte
string bytes
Return Value
Type:
Stringutf-8 string
See Also