Click or drag to resize
NanoXLSX

MetadataCheckVersion Method

Checks the format of the passed version string. Allowed values are null, empty and fractions from 0.0 to 99999.99999 (max. number of digits before and after the period is 5)

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