IStringEncoding.

Encode(string) Method

Summary

called when a string is to be encoded to a byte array.

Syntax

byte[] Encode(string str)

Remarks

called when a string is to be encoded to a byte array.

Parameters

Name Type Description
str string the string to encode

Return Value

Type Description
byte[] the encoded byte array