FixedParse Method (String) |
Convert a string in into a Fixed number.
Namespace:
Demo3D.EventQueue
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntaxpublic static Fixed Parse(
string s
)
Parameters
- s
- Type: SystemString
The string to be converted.
Return Value
Type:
FixedThe converted number.
See Also