Overridden. Converts the string representation of a floating-points range into
its
RangeF equivalent.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim rangeValue As String
Dim value As RangeF
value = RangeF.Parse(rangeValue)
|
Parameters
- rangeValue
-
A String containing the floating-points range to convert.
Return Value
A
RangeF value corresponding to the string contained in
rangeValue.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also