FixedParse(String, NumberStyles) 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,
NumberStyles style
)
Parameters
- s String
- The string to be converted.
- style NumberStyles
- The style to use when parsing the string.
Return Value
FixedThe converted number.
See Also