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