mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Exposing XmlWriter.WriteString method
This commit is contained in:
parent
219ea08f95
commit
49a60bd346
1 changed files with 5 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ namespace ICD.Common.Utils.Xml
|
|||
m_Writer.WriteValue(value);
|
||||
}
|
||||
|
||||
public void WriteString(string value)
|
||||
{
|
||||
m_Writer.WriteValue(value);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
#if SIMPLSHARP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue