DbGeography.AsBinary 方法

定义

生成此 DbGeography 值的著名二进制表示。

public:
 cli::array <System::Byte> ^ AsBinary();
public byte[] AsBinary ();
member this.AsBinary : unit -> byte[]
Public Function AsBinary () As Byte()

返回

Byte[]

已知二进制表示形式 DbGeography 的值。

适用于