GMonthDay.Parse MethodGMonthDay.Parse MethodGMonthDay::Parse Method

Converts the lexical representation of an xs:gMonthDay to its GMonthDayGMonthDayGMonthDay equivalent.

Syntax

Public Shared Function Parse( _
    value As String _
) As GMonthDay
public static GMonthDay Parse(
    string value
)
public:
static GMonthDay Parse(
    String^ value
)
 

Parameters

value

Type: System.StringSystem.StringSystem::String^

The lexical representation of the xs:gMonthDay to convert.

Return Value

Type: XmlPrime.GMonthDayXmlPrime.GMonthDayXmlPrime::GMonthDay

The GMonthDayGMonthDayGMonthDay value equivalent to the xs:gMonthDay represented by value.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionvalue is null a null reference (Nothing in Visual Basic) nullptr.
FormatExceptionFormatExceptionFormatExceptionvalue is not a valid lexical representation of an xs:gMonthDay.