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