Constructor with shift.
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public TextAlgorithmParameters( int shift ) |
Visual Basic |
---|
Public Sub New ( _ shift As Integer _ ) |
Visual C++ |
---|
public: TextAlgorithmParameters( int shift ) |
Parameters
- shift
- Type: System..::..Int32
Shift for caesar method (IE: shift=3, A+shift=D)