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

Top