Hunny Software Library Reference

TextUtil.ToLf Method 

Converts to LF end-of-line character.

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

Parameters

bstr
byte string to convert

Return Value

byte string with LF end-of-line characters

See Also

TextUtil Class | Hunny.Mime Namespace