프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 ( |
||
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 ) : |
||
ToUniqueId ( string value ) : |
메소드 | 설명 | |
---|---|---|
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 |
static public ToBoolean ( byte buffer, int offset, int count ) : bool | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | bool |
static public ToChars ( System.DateTime value, byte chars, int offset ) : int | ||
value | System.DateTime | |
chars | byte | |
offset | int | |
리턴 | int |
static public ToChars ( System.UInt64 value, byte buffer, int offset ) : int | ||
value | System.UInt64 | |
buffer | byte | |
offset | int | |
리턴 | int |
static public ToChars ( bool value, byte buffer, int offset ) : int | ||
value | bool | |
buffer | byte | |
offset | int | |
리턴 | int |
static public ToChars ( byte buffer, int offset, int count, char chars, int charOffset ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
chars | char | |
charOffset | int | |
리턴 | int |
static public ToChars ( decimal value, byte buffer, int offset ) : int | ||
value | decimal | |
buffer | byte | |
offset | int | |
리턴 | int |
static public ToChars ( double value, byte buffer, int offset ) : int | ||
value | double | |
buffer | byte | |
offset | int | |
리턴 | int |
static public ToChars ( float value, byte buffer, int offset ) : int | ||
value | float | |
buffer | byte | |
offset | int | |
리턴 | int |
static public ToChars ( int value, byte chars, int offset ) : int | ||
value | int | |
chars | byte | |
offset | int | |
리턴 | int |
static public ToChars ( long value, byte chars, int offset ) : int | ||
value | long | |
chars | byte | |
offset | int | |
리턴 | int |
static public ToCharsR ( int value, byte chars, int offset ) : int | ||
value | int | |
chars | byte | |
offset | int | |
리턴 | int |
static public ToCharsR ( long value, byte chars, int offset ) : int | ||
value | long | |
chars | byte | |
offset | int | |
리턴 | int |
static public ToDateTime ( System.Int64 value ) : System.DateTime | ||
value | System.Int64 | |
리턴 | System.DateTime |
static public ToDateTime ( byte buffer, int offset, int count ) : System.DateTime | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | System.DateTime |
static public ToDateTime ( string value ) : System.DateTime | ||
value | string | |
리턴 | System.DateTime |
static public ToDecimal ( byte buffer, int offset, int count ) : decimal | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | decimal |
static public ToDouble ( byte buffer, int offset, int count ) : double | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | double |
static public ToGuid ( byte buffer, int offset, int count ) : System.Guid | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | System.Guid |
static public ToInt32 ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | int |
static public ToInt64 ( byte buffer, int offset, int count ) : System.Int64 | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | System.Int64 |
static public ToInt64 ( string value ) : System.Int64 | ||
value | string | |
리턴 | System.Int64 |
static public ToQualifiedName ( string qname, string &prefix, string &localName ) : void | ||
qname | string | |
prefix | string | |
localName | string | |
리턴 | void |
static public ToSingle ( byte buffer, int offset, int count ) : float | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | float |
static public ToString ( System.DateTime value ) : string | ||
value | System.DateTime | |
리턴 | string |
static public ToString ( System.Guid value ) : string | ||
value | System.Guid | |
리턴 | string |
static public ToString ( System.Int64 value ) : string | ||
value | System.Int64 | |
리턴 | string |
static public ToString ( System.TimeSpan value ) : string | ||
value | System.TimeSpan | |
리턴 | string |
static public ToString ( System.UInt64 value ) : string | ||
value | System.UInt64 | |
리턴 | string |
static public ToString ( byte buffer, int offset, int count ) : string | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | string |
static public ToStringUnicode ( byte buffer, int offset, int count ) : string | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | string |
static public ToTimeSpan ( byte buffer, int offset, int count ) : System.TimeSpan | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | System.TimeSpan |
static public ToTimeSpan ( string value ) : System.TimeSpan | ||
value | string | |
리턴 | System.TimeSpan |
static public ToUInt64 ( byte buffer, int offset, int count ) : System.UInt64 | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | System.UInt64 |
static public ToUInt64 ( string value ) : System.UInt64 | ||
value | string | |
리턴 | System.UInt64 |
static public ToUniqueId ( byte buffer, int offset, int count ) : |
||
buffer | byte | |
offset | int | |
count | int | |
리턴 |
static public ToUniqueId ( string value ) : |
||
value | string | |
리턴 |