Base64Encoder.LineLength Property
The LineLength property gets or sets a value that controls how the encoded data will be wrapped.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property LineLength As Integer
Get
Set
'Usage
Dim instance As Base64Encoder
Dim value As Integer
value = instance.LineLength
instance.LineLength = value
public int LineLength { get; set; }
Property Value
Type: System.Int32
The LineLength property returns 0 or 76. A value of 0 indicates that no wrapping will be performed. A value of 76 indicates that at most 76 characters will come before a CRLF.