mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 05:05:05 +00:00
Exposing XmlWriter.WriteString method
This commit is contained in:
@@ -95,6 +95,11 @@ namespace ICD.Common.Utils.Xml
|
|||||||
m_Writer.WriteValue(value);
|
m_Writer.WriteValue(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void WriteString(string value)
|
||||||
|
{
|
||||||
|
m_Writer.WriteValue(value);
|
||||||
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
|
|||||||
Reference in New Issue
Block a user