FixedPoint.Parse Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Parses a fixed-point number.
Overload List
Name | Description | |
---|---|---|
![]() ![]() ![]() |
Parse(String) | Returns a FixedPoint structure of a string representation of a value. |
![]() ![]() ![]() |
Parse(String, NumberStyles, IFormatProvider) | Returns a FixedPoint structure of a string representation of a value that has a specified style and format. |
Top