Daily Archives: 2012-10-22


Props.dll updated (v1.2)

The library Multipetros.Props.dll is updated to version 1.2

Multipetros.Props.dll is a minimalistic properties file manipulation library, developed at C# language, targeted .NET framework

The library is open source software and distributed under the terms & conditions of the FreeBSD License.

New features from Version 1.1:

  • Added SetPropertyEncoded method for read & decode Base64 formula encoded properties.
  • Added GetPropertyDecoded method for write properties to files, encoded with Base64 formula.
  • Added overloaded GetPropertyDecoded method with emptyStrInsteadNull parameter to select the returned value (empty string or null) in case of key not found.
  • Added overloaded GetProperty method with emptyStrInsteadNull parameter to select the returned value (empty string or null) in case of key not found.

For more info, download the library, see documentation or check out the code see at the library’s page: multipetros.gr/public-projects/props-dll/