Click or drag to resize

GUIConversionIsInt32OrNull Method

Determines whether the specified string represents an Int32 value or an empty value.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsInt32OrNull(
	string s,
	out int? val
)

Parameters

s  String
The string to parse.
val  NullableInt32
The parsed nullable value.

Return Value

Boolean
if parsing succeeded; otherwise, .
See Also