C# Class System.Xml.XmlConverter

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
IsNegativeZero bool
IsNegativeZero bool
ToAsciiChars int
ToCharsD2 int
ToCharsD4 int
ToCharsD7 int
ToInfinity int
ToInt32D2 int
ToInt32D4 int
ToInt32D7 int
ToString string
ToZero int
Trim string
TryParseDateTime bool
TryParseDouble bool
TryParseInt32 bool
TryParseInt64 bool
TryParseSingle bool

Méthodes publiques

Méthode Description
IsWhitespace ( char ch ) : bool
IsWhitespace ( string s ) : bool
StripWhitespace ( string s ) : string
ToBoolean ( byte buffer, int offset, int count ) : bool
ToBoolean ( string value ) : bool
ToBytes ( string value ) : byte[]
ToChars ( System.DateTime value, byte chars, int offset ) : int
ToChars ( System.UInt64 value, byte buffer, int offset ) : int
ToChars ( bool value, byte buffer, int offset ) : int
ToChars ( byte buffer, int offset, int count, char chars, int charOffset ) : int
ToChars ( decimal value, byte buffer, int offset ) : int
ToChars ( double value, byte buffer, int offset ) : int
ToChars ( float value, byte buffer, int offset ) : int
ToChars ( int value, byte chars, int offset ) : int
ToChars ( long value, byte chars, int offset ) : int
ToCharsR ( int value, byte chars, int offset ) : int
ToCharsR ( long value, byte chars, int offset ) : int
ToDateTime ( System.Int64 value ) : System.DateTime
ToDateTime ( byte buffer, int offset, int count ) : System.DateTime
ToDateTime ( string value ) : System.DateTime
ToDecimal ( byte buffer, int offset, int count ) : decimal
ToDecimal ( string value ) : decimal
ToDouble ( byte buffer, int offset, int count ) : double
ToDouble ( string value ) : double
ToGuid ( byte buffer, int offset, int count ) : System.Guid
ToGuid ( string value ) : System.Guid
ToInt32 ( byte buffer, int offset, int count ) : int
ToInt32 ( string value ) : int
ToInt64 ( byte buffer, int offset, int count ) : System.Int64
ToInt64 ( string value ) : System.Int64
ToQualifiedName ( string qname, string &prefix, string &localName ) : void
ToSingle ( byte buffer, int offset, int count ) : float
ToSingle ( string value ) : float
ToString ( System.DateTime value ) : string
ToString ( System.Guid value ) : string
ToString ( System.Int64 value ) : string
ToString ( System.TimeSpan value ) : string
ToString ( System.UInt64 value ) : string
ToString ( UniqueId value ) : string
ToString ( bool value ) : string
ToString ( byte buffer, int offset, int count ) : string
ToString ( decimal value ) : string
ToString ( double value ) : string
ToString ( float value ) : string
ToString ( int value ) : string
ToStringUnicode ( byte buffer, int offset, int count ) : string
ToTimeSpan ( byte buffer, int offset, int count ) : System.TimeSpan
ToTimeSpan ( string value ) : System.TimeSpan
ToUInt64 ( byte buffer, int offset, int count ) : System.UInt64
ToUInt64 ( string value ) : System.UInt64
ToUniqueId ( byte buffer, int offset, int count ) : UniqueId
ToUniqueId ( string value ) : UniqueId

Private Methods

Méthode Description
IsNegativeZero ( double value ) : bool
IsNegativeZero ( float value ) : bool
ToAsciiChars ( string s, byte buffer, int offset ) : int
ToCharsD2 ( int value, byte chars, int offset ) : int
ToCharsD4 ( int value, byte chars, int offset ) : int
ToCharsD7 ( int value, byte chars, int offset ) : int
ToInfinity ( bool isNegative, byte buffer, int offset ) : int
ToInt32D2 ( byte chars, int offset ) : int
ToInt32D4 ( byte chars, int offset, int count ) : int
ToInt32D7 ( byte chars, int offset, int count ) : int
ToString ( object value ) : string
ToZero ( bool isNegative, byte buffer, int offset ) : int
Trim ( string s ) : string
TryParseDateTime ( byte chars, int offset, int count, System.DateTime &result ) : bool
TryParseDouble ( byte chars, int offset, int count, double &result ) : bool
TryParseInt32 ( byte chars, int offset, int count, int &result ) : bool
TryParseInt64 ( byte chars, int offset, int count, long &result ) : bool
TryParseSingle ( byte chars, int offset, int count, float &result ) : bool

Method Details

IsWhitespace() static public méthode

static public IsWhitespace ( char ch ) : bool
ch char
Résultat bool

IsWhitespace() static public méthode

static public IsWhitespace ( string s ) : bool
s string
Résultat bool

StripWhitespace() static public méthode

static public StripWhitespace ( string s ) : string
s string
Résultat string

ToBoolean() static public méthode

static public ToBoolean ( byte buffer, int offset, int count ) : bool
buffer byte
offset int
count int
Résultat bool

ToBoolean() static public méthode

static public ToBoolean ( string value ) : bool
value string
Résultat bool

ToBytes() static public méthode

static public ToBytes ( string value ) : byte[]
value string
Résultat byte[]

ToChars() static public méthode

static public ToChars ( System.DateTime value, byte chars, int offset ) : int
value System.DateTime
chars byte
offset int
Résultat int

ToChars() static public méthode

static public ToChars ( System.UInt64 value, byte buffer, int offset ) : int
value System.UInt64
buffer byte
offset int
Résultat int

ToChars() static public méthode

static public ToChars ( bool value, byte buffer, int offset ) : int
value bool
buffer byte
offset int
Résultat int

ToChars() static public méthode

static public ToChars ( byte buffer, int offset, int count, char chars, int charOffset ) : int
buffer byte
offset int
count int
chars char
charOffset int
Résultat int

ToChars() static public méthode

static public ToChars ( decimal value, byte buffer, int offset ) : int
value decimal
buffer byte
offset int
Résultat int

ToChars() static public méthode

static public ToChars ( double value, byte buffer, int offset ) : int
value double
buffer byte
offset int
Résultat int

ToChars() static public méthode

static public ToChars ( float value, byte buffer, int offset ) : int
value float
buffer byte
offset int
Résultat int

ToChars() static public méthode

static public ToChars ( int value, byte chars, int offset ) : int
value int
chars byte
offset int
Résultat int

ToChars() static public méthode

static public ToChars ( long value, byte chars, int offset ) : int
value long
chars byte
offset int
Résultat int

ToCharsR() static public méthode

static public ToCharsR ( int value, byte chars, int offset ) : int
value int
chars byte
offset int
Résultat int

ToCharsR() static public méthode

static public ToCharsR ( long value, byte chars, int offset ) : int
value long
chars byte
offset int
Résultat int

ToDateTime() static public méthode

static public ToDateTime ( System.Int64 value ) : System.DateTime
value System.Int64
Résultat System.DateTime

ToDateTime() static public méthode

static public ToDateTime ( byte buffer, int offset, int count ) : System.DateTime
buffer byte
offset int
count int
Résultat System.DateTime

ToDateTime() static public méthode

static public ToDateTime ( string value ) : System.DateTime
value string
Résultat System.DateTime

ToDecimal() static public méthode

static public ToDecimal ( byte buffer, int offset, int count ) : decimal
buffer byte
offset int
count int
Résultat decimal

ToDecimal() static public méthode

static public ToDecimal ( string value ) : decimal
value string
Résultat decimal

ToDouble() static public méthode

static public ToDouble ( byte buffer, int offset, int count ) : double
buffer byte
offset int
count int
Résultat double

ToDouble() static public méthode

static public ToDouble ( string value ) : double
value string
Résultat double

ToGuid() static public méthode

static public ToGuid ( byte buffer, int offset, int count ) : System.Guid
buffer byte
offset int
count int
Résultat System.Guid

ToGuid() static public méthode

static public ToGuid ( string value ) : System.Guid
value string
Résultat System.Guid

ToInt32() static public méthode

static public ToInt32 ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ToInt32() static public méthode

static public ToInt32 ( string value ) : int
value string
Résultat int

ToInt64() static public méthode

static public ToInt64 ( byte buffer, int offset, int count ) : System.Int64
buffer byte
offset int
count int
Résultat System.Int64

ToInt64() static public méthode

static public ToInt64 ( string value ) : System.Int64
value string
Résultat System.Int64

ToQualifiedName() static public méthode

static public ToQualifiedName ( string qname, string &prefix, string &localName ) : void
qname string
prefix string
localName string
Résultat void

ToSingle() static public méthode

static public ToSingle ( byte buffer, int offset, int count ) : float
buffer byte
offset int
count int
Résultat float

ToSingle() static public méthode

static public ToSingle ( string value ) : float
value string
Résultat float

ToString() static public méthode

static public ToString ( System.DateTime value ) : string
value System.DateTime
Résultat string

ToString() static public méthode

static public ToString ( System.Guid value ) : string
value System.Guid
Résultat string

ToString() static public méthode

static public ToString ( System.Int64 value ) : string
value System.Int64
Résultat string

ToString() static public méthode

static public ToString ( System.TimeSpan value ) : string
value System.TimeSpan
Résultat string

ToString() static public méthode

static public ToString ( System.UInt64 value ) : string
value System.UInt64
Résultat string

ToString() static public méthode

static public ToString ( UniqueId value ) : string
value UniqueId
Résultat string

ToString() static public méthode

static public ToString ( bool value ) : string
value bool
Résultat string

ToString() static public méthode

static public ToString ( byte buffer, int offset, int count ) : string
buffer byte
offset int
count int
Résultat string

ToString() static public méthode

static public ToString ( decimal value ) : string
value decimal
Résultat string

ToString() static public méthode

static public ToString ( double value ) : string
value double
Résultat string

ToString() static public méthode

static public ToString ( float value ) : string
value float
Résultat string

ToString() static public méthode

static public ToString ( int value ) : string
value int
Résultat string

ToStringUnicode() static public méthode

static public ToStringUnicode ( byte buffer, int offset, int count ) : string
buffer byte
offset int
count int
Résultat string

ToTimeSpan() static public méthode

static public ToTimeSpan ( byte buffer, int offset, int count ) : System.TimeSpan
buffer byte
offset int
count int
Résultat System.TimeSpan

ToTimeSpan() static public méthode

static public ToTimeSpan ( string value ) : System.TimeSpan
value string
Résultat System.TimeSpan

ToUInt64() static public méthode

static public ToUInt64 ( byte buffer, int offset, int count ) : System.UInt64
buffer byte
offset int
count int
Résultat System.UInt64

ToUInt64() static public méthode

static public ToUInt64 ( string value ) : System.UInt64
value string
Résultat System.UInt64

ToUniqueId() static public méthode

static public ToUniqueId ( byte buffer, int offset, int count ) : UniqueId
buffer byte
offset int
count int
Résultat UniqueId

ToUniqueId() static public méthode

static public ToUniqueId ( string value ) : UniqueId
value string
Résultat UniqueId