次の方法で共有


SegmentTerminatorSuffix 列挙型

定義

SegmentTerminatorSuffix の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SegmentTerminatorSuffix
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SegmentTerminatorSuffix = 
Public Enum SegmentTerminatorSuffix
継承
SegmentTerminatorSuffix
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

CR 2
CRLF 4
LF 3
None 1
NotSpecified 0

適用対象