Click or drag to resize
IFormatterToDouble Method

[This is preliminary documentation and is subject to change.]

Convert string to Nullable double

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
Nullable<double> ToDouble(
	string s
)

Parameters

s
Type: SystemString

[Missing <param name="s"/> documentation for "M:CSC.SC.TOPICA4.Template.IFormatter.ToDouble(System.String)"]

Return Value

Type: NullableDouble

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.IFormatter.ToDouble(System.String)"]

See Also