Write the object data to a string (the string contains the Infigo XML data).
            
    Namespace: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public string Write( bool bEscape ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function Write ( _ bEscape As Boolean _ ) As String | 
| Visual C++ | 
|---|
| public: String^ Write( bool bEscape ) | 
Parameters
- bEscape
- Type: System..::.Boolean
 This parameter determines if rich text tag identifier (square bracket [) should be escaped or not.





