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.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntax
C#
private void CheckVersion()
Exceptions
ExceptionCondition
FormatExceptionThrows a FormatException if the version string is malformed
See Also