Skip to content

Period.PeriodParser Method

Definition

Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: Period.cs

PeriodParser(ReadOnlySpan<byte>, PeriodBuilder)

A parser for a json period.

public static bool PeriodParser(ReadOnlySpan<byte> text, out PeriodBuilder builder)

Parameters

Name Type Description
text ReadOnlySpan<byte> The text to parse.
builder PeriodBuilder The resulting period builder.

Returns

bool

A period builder parsed from the read only span.

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests.

Open an issue