Méthode | Description | |
---|---|---|
DecodeName ( string name ) : string | ||
EncodeLocalName ( string name ) : string | ||
EncodeName ( string name ) : string | ||
EncodeNmToken ( string name ) : string | ||
IsNCNameChar ( char ch ) : bool | ||
IsNCNameSurrogatePair ( char lowChar, char highChar ) : bool | ||
IsPublicIdChar ( char ch ) : bool | ||
IsStartNCNameChar ( char ch ) : bool | ||
IsStartNCNameSurrogatePair ( char lowChar, char highChar ) : bool | ||
IsWhitespaceChar ( char ch ) : bool | ||
IsXmlChar ( char ch ) : bool | ||
IsXmlSurrogatePair ( char lowChar, char highChar ) : bool | ||
ToBoolean ( string s ) : System.Boolean | ||
ToByte ( string s ) : Byte | ||
ToChar ( string s ) : Char | ||
ToDateTime ( string s, XmlDateTimeSerializationMode dateTimeOption ) : System.DateTime | ||
ToDateTime ( string s, string format ) : System.DateTime | ||
ToDateTimeOffset ( string s ) : DateTimeOffset | ||
ToDateTimeOffset ( string s, string format ) : DateTimeOffset | ||
ToDecimal ( string s ) : Decimal | ||
ToDouble ( string s ) : Double | ||
ToGuid ( string s ) : System.Guid | ||
ToInt16 ( string s ) : |
||
ToInt32 ( string s ) : |
||
ToInt64 ( string s ) : System.Int64 | ||
ToSingle ( string s ) : System.Single | ||
ToString ( System.Boolean value ) : string | ||
ToString ( Byte value ) : string | ||
ToString ( Char value ) : string | ||
ToString ( System.DateTime value, XmlDateTimeSerializationMode dateTimeOption ) : string | ||
ToString ( System.DateTime value, string format ) : string | ||
ToString ( DateTimeOffset value ) : string | ||
ToString ( DateTimeOffset value, string format ) : string | ||
ToString ( Decimal value ) : string | ||
ToString ( Double value ) : string | ||
ToString ( System.Guid value ) : string | ||
ToString ( |
||
ToString ( |
||
ToString ( System.Int64 value ) : string | ||
ToString ( System.Single value ) : string | ||
ToString ( System.TimeSpan value ) : string | ||
ToTimeSpan ( string s ) : System.TimeSpan | ||
VerifyNCName ( string name ) : string | ||
VerifyNMTOKEN ( string name ) : string | ||
VerifyName ( string name ) : string | ||
VerifyPublicId ( string publicId ) : string | ||
VerifyTOKEN ( string token ) : string | ||
VerifyWhitespace ( string content ) : string | ||
VerifyXmlChars ( string content ) : string |
Méthode | Description | |
---|---|---|
CreateAllDateTimeFormats ( ) : void | ||
CreateException ( string res, ExceptionType exceptionType ) : |
||
CreateException ( string res, ExceptionType exceptionType, int lineNo, int linePos ) : |
||
CreateException ( string res, string arg, ExceptionType exceptionType ) : |
||
CreateException ( string res, string arg, ExceptionType exceptionType, int lineNo, int linePos ) : |
||
CreateInvalidCharException ( char invChar, char nextChar ) : |
||
CreateInvalidCharException ( char invChar, char nextChar, ExceptionType exceptionType ) : |
||
CreateInvalidCharException ( char data, int length, int invCharPos ) : |
||
CreateInvalidCharException ( char data, int length, int invCharPos, ExceptionType exceptionType ) : |
||
CreateInvalidCharException ( string data, int invCharPos ) : |
||
CreateInvalidCharException ( string data, int invCharPos, ExceptionType exceptionType ) : |
||
CreateInvalidHighSurrogateCharException ( char hi ) : |
||
CreateInvalidHighSurrogateCharException ( char hi, ExceptionType exceptionType ) : |
||
CreateInvalidHighSurrogateCharException ( char hi, ExceptionType exceptionType, int lineNo, int linePos ) : |
||
CreateInvalidNameArgumentException ( string name, string argumentName ) : |
||
CreateInvalidNameCharException ( string name, int index, ExceptionType exceptionType ) : |
||
CreateInvalidSurrogatePairException ( char low, char hi ) : |
||
CreateInvalidSurrogatePairException ( char low, char hi, ExceptionType exceptionType ) : |
||
CreateInvalidSurrogatePairException ( char low, char hi, ExceptionType exceptionType, int lineNo, int linePos ) : |
||
DoubleToInt64Bits ( double value ) : long | ||
EncodeName ( string name, bool first, bool local ) : string | ||
EscapeValueForDebuggerDisplay ( string value ) : string | ||
FromBinHexString ( string s ) : byte[] | ||
FromBinHexString ( string s, bool allowOddCount ) : byte[] | ||
FromHex ( char digit ) : int | ||
IsNegativeZero ( double value ) : bool | ||
SplitString ( string value ) : string[] | ||
SplitString ( string value, StringSplitOptions splitStringOptions ) : string[] | ||
StrEqual ( char chars, int strPos1, int strLen1, string str2 ) : bool | ||
SwitchToLocalTime ( System.DateTime value ) : System.DateTime | ||
SwitchToUtcTime ( System.DateTime value ) : System.DateTime | ||
ToBinHexString ( byte inArray ) : string | ||
ToDateTime ( string s ) : System.DateTime | ||
ToInteger ( string s ) : Decimal | ||
ToSByte ( string s ) : SByte | ||
ToString ( System.DateTime value ) : string | ||
ToString ( SByte value ) : string | ||
ToString ( |
||
ToString ( |
||
ToString ( System.UInt64 value ) : string | ||
ToUInt16 ( string s ) : |
||
ToUInt32 ( string s ) : |
||
ToUInt64 ( string s ) : System.UInt64 | ||
ToUri ( string s ) : |
||
ToXPathDouble ( Object o ) : Double | ||
ToXPathString ( Object value ) : String | ||
TrimString ( string value ) : string | ||
TrimStringEnd ( string value ) : string | ||
TrimStringStart ( string value ) : string | ||
TryToBoolean ( string s, System.Boolean &result ) : |
||
TryToByte ( string s, Byte &result ) : |
||
TryToChar ( string s, Char &result ) : |
||
TryToDecimal ( string s, Decimal &result ) : |
||
TryToDouble ( string s, double &result ) : |
||
TryToGuid ( string s, System.Guid &result ) : |
||
TryToInt16 ( string s, |
||
TryToInt32 ( string s, |
||
TryToInt64 ( string s, System.Int64 &result ) : |
||
TryToInteger ( string s, Decimal &result ) : |
||
TryToSByte ( string s, SByte &result ) : |
||
TryToSingle ( string s, System.Single &result ) : |
||
TryToTimeSpan ( string s, System.TimeSpan &result ) : |
||
TryToUInt16 ( string s, |
||
TryToUInt32 ( string s, |
||
TryToUInt64 ( string s, System.UInt64 &result ) : |
||
TryToUri ( string s, |
||
TryVerifyNCName ( string name ) : |
||
TryVerifyNMTOKEN ( string name ) : |
||
TryVerifyName ( string name ) : |
||
TryVerifyNormalizedString ( string str ) : |
||
TryVerifyTOKEN ( string token ) : |
||
VerifyCharData ( char data, int offset, int len, ExceptionType exceptionType ) : void | ||
VerifyCharData ( string data, ExceptionType exceptionType ) : void | ||
VerifyCharData ( string data, ExceptionType invCharExceptionType, ExceptionType invSurrogateExceptionType ) : void | ||
VerifyNCName ( string name, ExceptionType exceptionType ) : string | ||
VerifyNMTOKEN ( string name, ExceptionType exceptionType ) : string | ||
VerifyNormalizedString ( string str ) : string | ||
VerifyQName ( string name ) : string | ||
VerifyQName ( string name, ExceptionType exceptionType ) : string | ||
XPathRound ( Double value ) : Double |
public static DecodeName ( string name ) : string | ||
name | string | |
Résultat | string |
public static EncodeLocalName ( string name ) : string | ||
name | string | |
Résultat | string |
public static EncodeName ( string name ) : string | ||
name | string | |
Résultat | string |
public static EncodeNmToken ( string name ) : string | ||
name | string | |
Résultat | string |
public static IsNCNameChar ( char ch ) : bool | ||
ch | char | |
Résultat | bool |
public static IsNCNameSurrogatePair ( char lowChar, char highChar ) : bool | ||
lowChar | char | |
highChar | char | |
Résultat | bool |
public static IsPublicIdChar ( char ch ) : bool | ||
ch | char | |
Résultat | bool |
public static IsStartNCNameChar ( char ch ) : bool | ||
ch | char | |
Résultat | bool |
public static IsStartNCNameSurrogatePair ( char lowChar, char highChar ) : bool | ||
lowChar | char | |
highChar | char | |
Résultat | bool |
public static IsWhitespaceChar ( char ch ) : bool | ||
ch | char | |
Résultat | bool |
public static IsXmlSurrogatePair ( char lowChar, char highChar ) : bool | ||
lowChar | char | |
highChar | char | |
Résultat | bool |
public static ToBoolean ( string s ) : System.Boolean | ||
s | string | |
Résultat | System.Boolean |
public static ToDateTime ( string s, XmlDateTimeSerializationMode dateTimeOption ) : System.DateTime | ||
s | string | |
dateTimeOption | XmlDateTimeSerializationMode | |
Résultat | System.DateTime |
public static ToDateTime ( string s, string format ) : System.DateTime | ||
s | string | |
format | string | |
Résultat | System.DateTime |
public static ToDateTimeOffset ( string s ) : DateTimeOffset | ||
s | string | |
Résultat | DateTimeOffset |
public static ToDateTimeOffset ( string s, string format ) : DateTimeOffset | ||
s | string | |
format | string | |
Résultat | DateTimeOffset |
public static ToDecimal ( string s ) : Decimal | ||
s | string | |
Résultat | Decimal |
public static ToDouble ( string s ) : Double | ||
s | string | |
Résultat | Double |
public static ToGuid ( string s ) : System.Guid | ||
s | string | |
Résultat | System.Guid |
public static ToInt16 ( string s ) : |
||
s | string | |
Résultat |
public static ToInt32 ( string s ) : |
||
s | string | |
Résultat |
public static ToInt64 ( string s ) : System.Int64 | ||
s | string | |
Résultat | System.Int64 |
public static ToSingle ( string s ) : System.Single | ||
s | string | |
Résultat | System.Single |
public static ToString ( System.Boolean value ) : string | ||
value | System.Boolean | |
Résultat | string |
public static ToString ( Byte value ) : string | ||
value | Byte | |
Résultat | string |
public static ToString ( Char value ) : string | ||
value | Char | |
Résultat | string |
public static ToString ( System.DateTime value, XmlDateTimeSerializationMode dateTimeOption ) : string | ||
value | System.DateTime | |
dateTimeOption | XmlDateTimeSerializationMode | |
Résultat | string |
public static ToString ( System.DateTime value, string format ) : string | ||
value | System.DateTime | |
format | string | |
Résultat | string |
public static ToString ( DateTimeOffset value ) : string | ||
value | DateTimeOffset | |
Résultat | string |
public static ToString ( DateTimeOffset value, string format ) : string | ||
value | DateTimeOffset | |
format | string | |
Résultat | string |
public static ToString ( Decimal value ) : string | ||
value | Decimal | |
Résultat | string |
public static ToString ( Double value ) : string | ||
value | Double | |
Résultat | string |
public static ToString ( System.Guid value ) : string | ||
value | System.Guid | |
Résultat | string |
public static ToString ( |
||
value | ||
Résultat | string |
public static ToString ( |
||
value | ||
Résultat | string |
public static ToString ( System.Int64 value ) : string | ||
value | System.Int64 | |
Résultat | string |
public static ToString ( System.Single value ) : string | ||
value | System.Single | |
Résultat | string |
public static ToString ( System.TimeSpan value ) : string | ||
value | System.TimeSpan | |
Résultat | string |
public static ToTimeSpan ( string s ) : System.TimeSpan | ||
s | string | |
Résultat | System.TimeSpan |
public static VerifyNCName ( string name ) : string | ||
name | string | |
Résultat | string |
public static VerifyNMTOKEN ( string name ) : string | ||
name | string | |
Résultat | string |
public static VerifyName ( string name ) : string | ||
name | string | |
Résultat | string |
public static VerifyPublicId ( string publicId ) : string | ||
publicId | string | |
Résultat | string |
public static VerifyTOKEN ( string token ) : string | ||
token | string | |
Résultat | string |
public static VerifyWhitespace ( string content ) : string | ||
content | string | |
Résultat | string |
public static VerifyXmlChars ( string content ) : string | ||
content | string | |
Résultat | string |