EndOfLine Class

Summary

End of line.
Assembly
Cake.Pandoc.dll
Namespace
Cake.Pandoc.Enums
Base Types
graph BT Type-->Base0["EnumBaseType"] click Base0 "/api/Cake.Pandoc.Enums/EnumBaseType" Base0-->Base1["Object"] Type["EndOfLine"] class Type type-node

Syntax

public class EndOfLine : EnumBaseType

Fields

Name Constant Value Summary
Lf
lf(macOS/Linux/UNIX).
static
Native
native(line endings appropriate to the OS on which pandoc is being run).
static
Rlf
rlf(Windows).
static

Methods

Name Value Summary
ToString() string
Converts to string.
Inherited from EnumBaseType

Extension Methods

Name Value Summary
Dump<EndOfLine>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<EndOfLine>(EndOfLine[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<EndOfLine>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<EndOfLine>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<EndOfLine>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<EndOfLine>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin

See Also