DbGeography.AsBinary Method

Definition

Generates the well known binary representation of this DbGeography value.

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

Returns

Byte[]

The well-known binary representation of this DbGeography value.

Applies to