FixedParse Method (String, NumberStyles) |
Convert a string in into a Fixed number.
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 18.03.00
Syntaxpublic static Fixed Parse(
string s,
NumberStyles style
)
Parameters
- s
- Type: SystemString
The string to be converted. - style
- Type: System.GlobalizationNumberStyles
The style to use when parsing the string.
Return Value
Type:
FixedThe converted number.
See Also