FormatterExtensions.Write Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Write(SpatialFormatter<TextReader,TextWriter>, ISpatial) |
Escribe el formateador especificado. |
Write(SpatialFormatter<XmlReader,XmlWriter>, ISpatial) |
Escribe el formateador especificado. |
Write(SpatialFormatter<TextReader,TextWriter>, ISpatial)
Escribe el formateador especificado.
public static string Write (this Microsoft.Spatial.SpatialFormatter<System.IO.TextReader,System.IO.TextWriter> formatter, Microsoft.Spatial.ISpatial spatial);
static member Write : Microsoft.Spatial.SpatialFormatter<System.IO.TextReader, System.IO.TextWriter> * Microsoft.Spatial.ISpatial -> string
<Extension()>
Public Function Write (formatter As SpatialFormatter(Of TextReader, TextWriter), spatial As ISpatial) As String
Parámetros
- formatter
- SpatialFormatter<TextReader,TextWriter>
Formateador.
- spatial
- ISpatial
Objeto espacial.
Devoluciones
Valor de cadena del objeto con formato.
Se aplica a
Write(SpatialFormatter<XmlReader,XmlWriter>, ISpatial)
Escribe el formateador especificado.
public static string Write (this Microsoft.Spatial.SpatialFormatter<System.Xml.XmlReader,System.Xml.XmlWriter> formatter, Microsoft.Spatial.ISpatial spatial);
static member Write : Microsoft.Spatial.SpatialFormatter<System.Xml.XmlReader, System.Xml.XmlWriter> * Microsoft.Spatial.ISpatial -> string
<Extension()>
Public Function Write (formatter As SpatialFormatter(Of XmlReader, XmlWriter), spatial As ISpatial) As String
Parámetros
- formatter
- SpatialFormatter<XmlReader,XmlWriter>
Formateador.
- spatial
- ISpatial
Objeto espacial.
Devoluciones
Valor de cadena del objeto con formato.