- Removed usage of RNG Crypto Provider and used Random Number Generator
- Fixed bug with methods that use bool and int parameters for the Password class
- Removed usage of Random and replace it with a method which uses RngCrytopServiceProvider
Simply returns string with a-z A-Z upper and lower case letters. It is configurable to include digits and symbols also. Can be used for generating random stuff.
This package contains the below Activities.
FindReplace - Find and replace the entire document
RemoveDisplayLineNumber - To remove the display line number
WordStatistics- Can get the WordCount , Total Pages,Total Lines,Total Characters,Total CharactersWithSpaces and Total Paragraphs
InsertTable -...
More information