Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

GroupDocs.Assembly for .NET 22.2

Download   Support Forum 

File Details

  • Downloads:
  • 9
  • File Size:
  • 109.5 MB
  • Date Added:
  • 3/5/2022

Release Notes

Description

This contains the MSI installer of GroupDocs.Assembly for .NET

File Details

Support Array Type Identifier in Template Syntax

This API release introduced the support for array type identifiers in template syntax.

Load JSON with Exact Date-Time Parse Formats

Now the Assembly API supports several exact date-time parse formats while loading JSON.

The following code sample shows that while loading JSON how may you make only the strings conforming the format MM/dd/yyyy recognized as the date-time values.

List<String> formats = new List<String>();
formats.Add("MM/dd/yyyy");

JsonDataLoadOptions options = new JsonDataLoadOptions();
options.ExactDateTimeParseFormats = formats;
JsonDataSource dataSource = new JsonDataSource(..., options);

Important Note: Please note that strings conforming the Microsoft® JSON date-time format (for example, /Date(1224043200000)/) are always recognized as date-time values regardless of the exact date-time parse formats.

For a complete list of features, enhancements, and bug fixes in this release please visit, GroupDocs.Assembly for .NET 22.2 Release Notes.

 English