Metadata.CheckVersion Method

NanoXLSX

NanoXLSX

MetadataCheckVersion Method

Checks the format of the passed version string

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private void CheckVersion()
Exceptions
ExceptionCondition
FormatExceptionThrows a FormatException if the version string is malformed
See Also