Share via


DbGeometry.AsBinary Method

Definition

Generates the well known binary representation of this DbGeometry value.

public byte[] AsBinary ();
member this.AsBinary : unit -> byte[]
Public Function AsBinary () As Byte()

Returns

Byte[]

The well-known binary representation of this DbGeometry value.

Applies to