Starting with ASN.1/C# Tools version 4, you can use the -names compiler option to either replace dashes with underscores in type or field names and preserve capitalization or to remove dashes and capitalize the first letter of each name (in C#, dashes are not allowed, whereas in ASN.1 syntax, dashes are allowed).
The table below compares the names generated by default (the -names option is not specified) and the ones generated with the -names option:
ASN.1 | C# (without the -names option) | C# (the -names camelcase option is specified) | C# (the -names schemacase option is specified) |
---|---|---|---|
The first letter is capitalized. The first letter following a dash is capitalized and dashes are removed. | All letters are changed to lowercase, then the first letter and every letter following a dash is capitalized. Dashes are removed. | Capitalization is preserved. Dashes are replaced by underscores. | |
Kind-of-TYPE |
KindOfTYPE |
KindOfType |
Kind_Of_TYPE |
idData |
IdData |
Iddata |
idData |
message |
Message |
Message |
message |
BCCH-DL-SCH- MessageType |
BCCHDLSCHMessageType |
BcchDlSchMessagetype |
BCCH_DL_SCH_ MessageType |
C# | Names | Identifiers | Schema | Migration
The samples included with some of the Knowledge Center answers are meant for your general understanding of the OSS products. Different versions of the products might produce slightly different outputs. Consult the products documentation and samples for the most up-to-date products information and code examples.
Test drive the OSS Nokalva ASN.1, LTE, and XML Tools now! Your trial includes complete software, documentation, sample programs, free 24x7 technical support and more.
Our expert personnel can help you learn ASN.1!
We offer 4-day ASN.1 courses at our headquarters or your premises.