FormatterExtensions Class

Represents the extensions to formatters.

Inheritance Hierarchy

System.Object
  System.Spatial.FormatterExtensions

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class FormatterExtensions
'Usage
public static class FormatterExtensions
[ExtensionAttribute]
public ref class FormatterExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FormatterExtensions =  class end
public final class FormatterExtensions

Methods

  Name Description
Public methodStatic member Write(SpatialFormatter<TextReader, TextWriter>, ISpatial) Writes the specified formatter.
Public methodStatic member Write(SpatialFormatter<XmlReader, XmlWriter>, ISpatial) Writes the specified formatter.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Spatial Namespace