Click or drag to resize

IFormatterToInteger Method

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

Convert string to Nullable int

Namespace:  CSC.SC.TOPICA4.Template
Assembly:  CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.37.7779.15939
Syntax
C#
Nullable<int> ToInteger(
	string s
)

Parameters

s
Type: SystemString

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

Return Value

Type: NullableInt32

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

See Also