Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.EventQueue Namespaces
Demo3D.EventQueue
Fixed Structure
Fixed Methods
Parse Method
Parse Method (String)
Parse Method (String, NumberStyles)
Parse Method (String, IFormatProvider)
Parse Method (String, NumberStyles, IFormatProvider)
Fixed
Parse 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#
Copy
public
static
Fixed
Parse
(
string
s
,
NumberStyles
style
)
Parameters
s
Type:
System
String
The string to be converted.
style
Type:
System.Globalization
NumberStyles
The style to use when parsing the string.
Return Value
Type:
Fixed
The converted number.
See Also
Reference
Fixed Structure
Parse Overload
Demo3D.EventQueue Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com