GUIConversionIsInt32OrNull Method |
Determines whether the specified string represents an
Int32 value or an empty value.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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