Hunny Software Library Reference

TextUtil.ToDefaultEol Method 

Converts to the default end-of-line character sequence.

[Visual Basic]
Public Shared Function ToDefaultEol( _
   ByVal bstr As ByteString _
) As ByteString
[C#]
public static ByteString ToDefaultEol(
   ByteString bstr
);

Parameters

bstr
byte string to convert

Return Value

byte string with default end-of-line characters

Remarks

The value of TextUtil.EOL determines end-of-line characters in the output string.

See Also

TextUtil Class | Hunny.Mime Namespace