Writes the attribute string.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public void WriteAttributeString( string prefix, string localName, string ns, string value ) |
| Visual Basic |
|---|
Public Sub WriteAttributeString ( _ prefix As String, _ localName As String, _ ns As String, _ value As String _ ) |
| Visual C++ |
|---|
public: void WriteAttributeString( String^ prefix, String^ localName, String^ ns, String^ value ) |
Parameters
- prefix
- Type: System..::..String
The prefix.
- localName
- Type: System..::..String
The local name.
- ns
- Type: System..::..String
The ns.
- value
- Type: System..::..String
The value.