- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Internal .Encoding 
- Interfaces
- Base Types
- 
									- Object
 
- Derived Types
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IStringEncoding"]
	click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config.Encoding/IStringEncoding"
	Type["BuiltInStringEncoding"]
class Type type-node
	Derived0["UTF8StringEncoding"]-->Type
	click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Encoding/UTF8StringEncoding"
	Derived1["LatinStringEncoding"]-->Type
	click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Encoding/LatinStringEncoding"
						
					Syntax
public abstract class BuiltInStringEncoding : IStringEncodingMethods
| Name | Value | Summary | 
|---|---|---|
| CreateStringIo | LatinStringIO | |
| Decode | string | |
| Encode | byte[] | |
| Encoding | byte | static | 
| StringIoForEncoding | LatinStringIO | static |