adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Utf8StringWriter Class
Properties Methods

In This Topic
    Utf8StringWriter Class Members
    In This Topic

    The following tables list the members exposed by Utf8StringWriter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. When overridden in a derived class, returns the character encoding in which the output is written.Gets the System.Text.Encoding in which the output is written.  
    Public PropertyGets an object that controls formatting. (Inherited from System.IO.TextWriter)
    Public PropertyGets or sets the line terminator string used by the current TextWriter. (Inherited from System.IO.TextWriter)
    Top
    Public Methods
     NameDescription
    Public MethodCloses the current System.IO.StringWriter and the underlying stream. (Inherited from System.IO.StringWriter)
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodReleases all resources used by the System.IO.TextWriter object. (Inherited from System.IO.TextWriter)
    Public MethodClears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Inherited from System.IO.TextWriter)
    Public MethodAsynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Inherited from System.IO.StringWriter)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodReturns the underlying System.Text.StringBuilder. (Inherited from System.IO.StringWriter)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodReturns a string containing the characters written to the current StringWriter so far. (Inherited from System.IO.StringWriter)
    Public MethodOverloaded. Writes a character to the string. (Inherited from System.IO.StringWriter)
    Public MethodOverloaded. Writes a character to the string asynchronously. (Inherited from System.IO.StringWriter)
    Public MethodOverloaded. Writes a line terminator to the text string or stream. (Inherited from System.IO.TextWriter)
    Public MethodOverloaded. Writes a character followed by a line terminator asynchronously to the string. (Inherited from System.IO.StringWriter)
    Top
    See Also