IStringEncoding Interface

Summary

encodes a String to a byte array and decodes a String from a part of a byte array
IStringEncoding

Syntax

public interface IStringEncoding

Methods

Name Value Summary
Decode(byte[], int, int) string
called when a byte array is to be decoded to a string.
Encode(string) byte[]
called when a string is to be encoded to a byte array.