MySqlGeometry.FromMySql method
Constructs a MySqlGeometry
from MySQL’s internal format.
public static MySqlGeometry FromMySql(ReadOnlySpan<byte> value)
parameter | description |
---|---|
value | The raw bytes of MySQL’s internal GEOMETRY format. |
Return Value
A new MySqlGeometry
containing the specified geometry.
Remarks
See Internal Geometry Storage Format.
See Also
- class MySqlGeometry
- namespace MySqlConnector
- assembly MySqlConnector