FPointParse Method
Parse a coordinate string and return its FPoint representation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint Parse(
string coordinate,
bool allowNull = false
)
Public Shared Function Parse (
coordinate As String,
Optional allowNull As Boolean = false
) As FPoint
No code example is currently available or this language may not be supported.
- coordinate String
-
The coordinate string to parse.
- allowNull Boolean (Optional)
-
Value indicating whether to allow a null return value if the input
string was invalid.
FPoint
Newly created FPoint value representing the caller's input, if
that input was legal or allowNull was false. Otherwise, a null value.