FilterBuilderPanel SafeConvertToInt Method A Sandcastle Documented Class Library
Safely convert a string to an integer.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private int SafeConvertToInt(
	string s
)

Parameters

s
Type: System String

Return Value

Type: Int32
See Also