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.0.0+89a02853fc03095ce3d28e19ceda0fd8e02a7ef0
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.