Summary
called when a string is to be encoded to a byte array.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config .Encoding - Containing Type
- IStringEncoding
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 |