Version

SaveEbnf(EbnfSerializationSettings) Method

Saves the Grammar represent in the EBNF file format and returns the saved content.
Syntax
'Declaration
 
Public Overloads Function SaveEbnf( _
   Optional ByVal settings As EbnfSerializationSettings _
) As String
public string SaveEbnf( 
   EbnfSerializationSettings settings
)

Parameters

settings
The settings used to customize the EBNF serialization process.
Exceptions
ExceptionDescription
System.InvalidOperationException Occurs when the Grammar is not in a valid state where is can be used to parse documents.
Remarks

EBNF, which stands for Extended Backus–Naur Form, is a format for files which can describe context-free grammars.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also