GUIConversionIsInteger Method |
Is the provided string an integer value?
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsInteger(
string s,
out int val
)
Parameters
- s String
- The string to parse
- val Int32
- The value parsed (only valid if parsing was successful).
Return Value
BooleanTrue if the string can successfully parsed to a DateTime object.
See Also