Interprets the given value and inserts it into the XmlWriter.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxvoid Unblob(
string value,
XmlWriter pere,
Config monConfig,
bool bd
)
Sub Unblob (
value As String,
pere As XmlWriter,
monConfig As Config,
bd As Boolean
)
void Unblob(
String^ value,
XmlWriter^ pere,
Config^ monConfig,
bool bd
)
abstract Unblob :
value : string *
pere : XmlWriter *
monConfig : Config *
bd : bool -> unit
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