Click or drag to resize

FixedParse Method (String, NumberStyles)

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,
	NumberStyles style
)

Parameters

s
Type: SystemString
The string to be converted.
style
Type: System.GlobalizationNumberStyles
The style to use when parsing the string.

Return Value

Type: Fixed
The converted number.
See Also