FixedLengthStringFixedLength Property
Gets or sets the fixed string length.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int FixedLength { get; set; }
Public Property FixedLength As Integer
Get
Set
Dim instance As FixedLengthString
Dim value As Integer
value = instance.FixedLength
instance.FixedLength = value
public:
property int FixedLength {
int get ();
void set (int value);
}
member FixedLength : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The fixed string length.