FileObjWriteOptions.AsciiEol
Public Enum
End of Line
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
**Since:**6.0
Syntax
public enum AsciiEol
Members
Member name
Value
Description
Crlf
0
MicroSoft
Lf
1
UNIX
Cr
2
Apple