adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Utf8StringWriter Class
Members


In This Topic
    Utf8StringWriter Class
    In This Topic
    Subclass of StringWriter to make sure we use UTF8 encoding for the XML.
    Syntax
    'Declaration
     
    
    Public Class Utf8StringWriter 
       Inherits System.IO.StringWriter
    public class Utf8StringWriter : System.IO.StringWriter 
    public ref class Utf8StringWriter : public System.IO.StringWriter 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.IO.TextWriter
             System.IO.StringWriter
                ArcanaDevelopment.adTempus.Shared.Utf8StringWriter

    See Also