Summary
called when a byte array is to be decoded to a string.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config .Encoding - Containing Type
- IStringEncoding
Syntax
string Decode(byte[] bytes, int start, int length)
Remarks
called when a byte array is to be decoded to a string.
Parameters
Name | Type | Description |
---|---|---|
bytes | byte[] | the byte array |
start | int | the start offset in the byte array |
length | int | the length of the encoded string in the byte array |
Return Value
Type | Description |
---|---|
string | the string |