LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlGeometry.FromMySql method

Constructs a MySqlGeometry from MySQL’s internal format.

public static MySqlGeometry FromMySql(ReadOnlySpan<byte> value)
parameterdescription
valueThe 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