XPathAtomicValue.Create MethodXPathAtomicValue.Create MethodXPathAtomicValue::Create Method

Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class.

Overload List

 NameDescription
Public methodstaticCreate (bool)Create (Boolean)Create (bool) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a boolBooleanbool value value.
Public methodstaticCreate (byte)Create (Byte)Create (byte) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a byteBytebyte value value.
Public methodstaticCreate (decimal)Create (Decimal)Create (decimal) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a decimalDecimaldecimal value value.
Public methodstaticCreate (double)Create (Double)Create (double) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a doubleDoubledouble value value.
Public methodstaticCreate (short)Create (Short)Create (short) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a shortShortshort value value.
Public methodstaticCreate (int)Create (Integer)Create (int) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from an intIntegerint value value.
Public methodstaticCreate (long)Create (Long)Create (long) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a longLonglong value value.
Public methodstaticCreate (sbyte)Create (SByte)Create (sbyte) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a sbyteSBytesbyte value value.
Public methodstaticCreate (float)Create (Single)Create (float) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a floatSinglefloat value value.
Public methodstaticCreate (string)Create (String)Create (String^) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a stringStringString value value.
Public methodstaticCreate (ushort)Create (UShort)Create (ushort) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from an ushortUShortushort value value.
Public methodstaticCreate (uint)Create (UInteger)Create (uint) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from an uintUIntegeruint value value.
Public methodstaticCreate (ulong)Create (ULong)Create (ulong) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from an ulongULongulong value value.
Public methodstaticCreate (XmlQualifiedName)Create (XmlQualifiedName)Create (XmlQualifiedName^) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a XmlQualifiedNameXmlQualifiedNameXmlQualifiedName value value.
Public methodstaticCreate (AnyUri)Create (AnyUri)Create (AnyUri^) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from an AnyUriAnyUriAnyUri value value.
Public methodstaticCreate (DateTimeWithZone)Create (DateTimeWithZone)Create (DateTimeWithZone) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a DateTimeWithZoneDateTimeWithZoneDateTimeWithZone value value.
Public methodstaticCreate (DateWithZone)Create (DateWithZone)Create (DateWithZone) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a DateWithZoneDateWithZoneDateWithZone value value.
Public methodstaticCreate (DayTimeDuration)Create (DayTimeDuration)Create (DayTimeDuration) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a DayTimeDurationDayTimeDurationDayTimeDuration value value.
Public methodstaticCreate (Duration)Create (Duration)Create (Duration) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a DurationDurationDuration value value.
Public methodstaticCreate (GDay)Create (GDay)Create (GDay) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a GDayGDayGDay value value.
Public methodstaticCreate (GMonth)Create (GMonth)Create (GMonth) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a GMonthGMonthGMonth value value.
Public methodstaticCreate (GMonthDay)Create (GMonthDay)Create (GMonthDay) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a GMonthDayGMonthDayGMonthDay value value.
Public methodstaticCreate (GYear)Create (GYear)Create (GYear) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a GYearGYearGYear value value.
Public methodstaticCreate (GYearMonth)Create (GYearMonth)Create (GYearMonth) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a GYearMonthGYearMonthGYearMonth value value.
Public methodstaticCreate (TimeWithZone)Create (TimeWithZone)Create (TimeWithZone) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a TimeWithZoneTimeWithZoneTimeWithZone value value.
Public methodstaticCreate (YearMonthDuration)Create (YearMonthDuration)Create (YearMonthDuration) Creates a new instance of the XPathAtomicValueXPathAtomicValueXPathAtomicValue class from a YearMonthDurationYearMonthDurationYearMonthDuration value value.

Top