OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas.FormattingOptions Class Reference

Defines common formatting options. These options are used when the binary data or C# object that represents a NAS message is converted to JSON, XML, or ASN.1 value notation format. More...

Inheritance diagram for Oss.Nas.FormattingOptions:
Oss.Nas.JSONOptions Oss.Nas.TextOptions Oss.Nas.XMLOptions

Public Member Functions

 FormattingOptions ()
 The default constructor.
 

Properties

bool Compact [get, set]
 Disables extraneous whitespace and indentation that is added by default for better readability.
 
int IndentWidth [get, set]
 Specifies the width of an indentation level. The default is 2.
 
string NewLine [get, set]
 Specifies the newline characters. By default, a string returned by Environment.NewLine is used to terminate the line.
 
bool UseSymbolicNames [get, set]
 Enables printing of meaningful names for numeric values whenever possible. By default, values of INTEGER components are printed as numbers.
 

Detailed Description

Defines common formatting options. These options are used when the binary data or C# object that represents a NAS message is converted to JSON, XML, or ASN.1 value notation format.