Click or drag to resize

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
Syntax
C#
public 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: Fixed
The converted number.
See Also