Click or drag to resize
IUnbloberUnblob Method
Interprets the given value and inserts it into the XmlWriter.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
void Unblob(
	string value,
	XmlWriter pere,
	Config monConfig,
	bool bd
)

Parameters

value
Type: SystemString
The value to be read.
pere
Type: System.XmlXmlWriter
The XmlWriter to write to.
monConfig
Type: Activsoft.EngineConfig
The current Config instance.
bd
Type: SystemBoolean
if set to true, if the IUnblober encounters inside the value another value that should be interpreted, it must recursively call itself to interpret it.
Remarks
Out of the box, we provide three implementations:
    See Also