Skip to content

F_Ekstrand_Encryption_Ciphers_AbstractRotor_STARTPOINT_VALUE

Fred Ekstrand edited this page Aug 5, 2020 · 1 revision

AbstractRotor.STARTPOINT_VALUE Field

Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected const string STARTPOINT_VALUE = "Start position must be between (0-255)"

VB

Protected Const STARTPOINT_VALUE As String = "Start position must be between (0-255)"

C++

protected:
literal String^ STARTPOINT_VALUE = "Start position must be between (0-255)"

F#

static val mutable STARTPOINT_VALUE: string

Field Value

Type: String

See Also

Reference

AbstractRotor Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally