Click or drag to resize
weroSoft AG, Software
PersistenceConvertConvertSerializedDouble Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Converts serialized double value back into double.

Namespace:  WeroSoft.Core
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static double ConvertSerializedDouble(
	this string value
)

Parameters

value
Type: SystemString
The value to convert back.

Return Value

Type: Double
Converted value.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also