Click or drag to resize

FixedParse(String, NumberStyles, IFormatProvider) Method

Convert a string in into a Fixed number.

Namespace: Demo3D.EventQueue
Assembly: Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 19.00.00
Syntax
C#
public static Fixed Parse(
	string s,
	NumberStyles style,
	IFormatProvider provider
)

Parameters

s  String
The string to be converted.
style  NumberStyles
The style to use when parsing the string.
provider  IFormatProvider
The culture specific number formatter to be used.

Return Value

Fixed
The converted number.
See Also