Class BuildVersionInfo

java.lang.Object
com.aspose.barcode.BuildVersionInfo

public class BuildVersionInfo extends Object
Provides information about the current product name and version. Shows how to use BuildVersionInfo to obtain information about this product. System.out.prinln(MessageFormat.format("I am currently using %s, version number %s.", BuildVersionInfo.PRODUCT, BuildVersionInfo.ASSEMBLY_VERSION));
  • Field Details

  • Constructor Details

    • BuildVersionInfo

      public BuildVersionInfo()