| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As XmlEncoder Dim fieldName As String Dim namespaceUri As String instance.Push(fieldName, namespaceUri) | |
| C# | |
|---|---|
| public void Push( string fieldName, string namespaceUri ) | |
Parameters
- fieldName
- The name of the element.
- namespaceUri
- The namespace that qualifies the element name.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    