Share via


DbGeography.AsBinary Method

Definition

Generates the well known binary representation of this DbGeography value.

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