Click or drag to resize

FixedParse(String, NumberStyles) 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
)

Parameters

s  String
The string to be converted.
style  NumberStyles
The style to use when parsing the string.

Return Value

Fixed
The converted number.
See Also