GMonthDay.Parse MethodGMonthDay.Parse MethodGMonthDay::Parse Method
Converts the lexical representation of an
xs:gMonthDay to its GMonthDayGMonthDayGMonthDay equivalent.
Parameters
- value
Type: System.StringSystem.StringSystem::String^
The lexical representation of the
xs:gMonthDayto convert.
Return Value
Type: XmlPrime.GMonthDayXmlPrime.GMonthDayXmlPrime::GMonthDay
The GMonthDayGMonthDayGMonthDay value equivalent to the xs:gMonthDay represented by value.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException | value is null
a null reference (Nothing in Visual Basic)
nullptr. |
| FormatExceptionFormatExceptionFormatException | value is not a valid lexical representation of an xs:gMonthDay. |
