AnswerFileOptionsFromJson Method
Creates an instance of the
AnswerFileOptions class based on the specified JSON
value.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.1.0+446b05628b4ec6933ca1b84b1f778ac43fb60ce9
public static AnswerFileOptions? FromJson(
ReadOnlySpan<char> json
)
Public Shared Function FromJson (
json As ReadOnlySpan(Of Char)
) As AnswerFileOptions
public:
static AnswerFileOptions^ FromJson(
ReadOnlySpan<wchar_t> json
)
static member FromJson :
json : ReadOnlySpan<char> -> AnswerFileOptions
- json ReadOnlySpanChar
- The JSON value.
AnswerFileOptions
An instance of the
AnswerFileOptions class, or
if
json is a single
value.