PropertyStringParserGetInt64(String) Method |
Gets a property as a
Int64 value.
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public long? GetInt64(
string key
)
Parameters
- key String
- The property key.
Return Value
NullableInt64The value of the property as
Int64 value; or
null if the property was not found.
Exceptions See Also