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