Click or drag to resize

FixedParse Method (String)

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
)

Parameters

s
Type: SystemString
The string to be converted.

Return Value

Type: Fixed
The converted number.
See Also