GMonth.TryParse MethodGMonth.TryParse MethodGMonth::TryParse Method
Converts a lexical representation of an
xs:gMonth to its GMonthGMonthGMonth equivalent.
A return value indicates whether the conversion succeeded or failed.
Parameters
- value
Type: System.StringSystem.StringSystem::String^
The lexical representation of an
xs:gMonthto convert.- result
Type: out XmlPrime.GMonthByRef XmlPrime.GMonthXmlPrime::GMonth%
When this method returns, contains the GMonthGMonthGMonth value equivalent to the
xs:gMonthrepresented by value if parsing succeeded. Otherwise the value is undefined.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if the conversion succeeded; otherwise falseFalsefalse.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException | value is null
a null reference (Nothing in Visual Basic)
nullptr. |
