FixedParse Method (String, IFormatProvider) |
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,
IFormatProvider provider
)
Parameters
- s
- Type: SystemString
The string to be converted. - provider
- Type: SystemIFormatProvider
The culture specific number formatter to be used.
Return Value
Type:
FixedThe converted number.
See Also