OpenApiDocument.Parse(String, String, OpenApiReaderSettings) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses a string into a OpenApiDocument object.
public static Microsoft.OpenApi.Reader.ReadResult Parse(string input, string? format = default, Microsoft.OpenApi.Reader.OpenApiReaderSettings? settings = default);
static member Parse : string * string * Microsoft.OpenApi.Reader.OpenApiReaderSettings -> Microsoft.OpenApi.Reader.ReadResult
Public Shared Function Parse (input As String, Optional format As String = Nothing, Optional settings As OpenApiReaderSettings = Nothing) As ReadResult
Parameters
- input
- String
The string input.
- format
- String
- settings
- OpenApiReaderSettings