FormatterExtensions 类

表示格式化程序的扩展。

继承层次结构

System.Object
  System.Spatial.FormatterExtensions

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
<ExtensionAttribute> _
Public NotInheritable Class FormatterExtensions
用法
public static class FormatterExtensions
[ExtensionAttribute]
public ref class FormatterExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FormatterExtensions =  class end
public final class FormatterExtensions

方法

  名称 说明
公共方法静态成员 Write(SpatialFormatter<TextReader, TextWriter>, ISpatial) 写入指定的格式化程序。
公共方法静态成员 Write(SpatialFormatter<XmlReader, XmlWriter>, ISpatial) 写入指定的格式化程序。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

System.Spatial 命名空间