Метод | Описание | |
---|---|---|
GetFullName ( TypeKind kind ) : FullName | ||
GetLiteral ( char value, StringBuilder sb ) : void | ||
GetLiteral ( string value, StringBuilder sb ) : void | ||
GetTypeKind ( object value ) : TypeKind | ||
IsAtom ( this kind ) : bool | ||
IsClrRefAtom ( this kind ) : bool | ||
IsSimple ( this kind ) : bool | ||
ToInvString ( this value ) : string | ||
ToInvString ( this value, bool &isLiteral ) : string | ||
ToLiteral ( this value ) : string | ||
TryInvParse ( this s, DateTimeOffset &result ) : bool | ||
TryInvParse ( this s, System.Guid &result ) : bool | ||
TryInvParse ( this s, System.TimeSpan &result ) : bool | ||
TryInvParse ( this s, bool &result ) : bool | ||
TryInvParse ( this s, byte &result ) : bool | ||
TryInvParse ( this s, char &result ) : bool | ||
TryInvParse ( this s, decimal &result ) : bool | ||
TryInvParse ( this s, double &result ) : bool | ||
TryInvParse ( this s, float &result ) : bool | ||
TryInvParse ( this s, int &result ) : bool | ||
TryInvParse ( this s, long &result ) : bool | ||
TryInvParse ( this s, sbyte &result ) : bool | ||
TryInvParse ( this s, short &result ) : bool | ||
TryInvParse ( this s, uint &result ) : bool | ||
TryInvParse ( this s, ulong &result ) : bool | ||
TryInvParse ( this s, ushort &result ) : bool |
public static GetFullName ( TypeKind kind ) : FullName | ||
kind | TypeKind | |
Результат | FullName |
public static GetLiteral ( char value, StringBuilder sb ) : void | ||
value | char | |
sb | StringBuilder | |
Результат | void |
public static GetLiteral ( string value, StringBuilder sb ) : void | ||
value | string | |
sb | StringBuilder | |
Результат | void |
public static GetTypeKind ( object value ) : TypeKind | ||
value | object | |
Результат | TypeKind |
public static IsAtom ( this kind ) : bool | ||
kind | this | |
Результат | bool |
public static IsClrRefAtom ( this kind ) : bool | ||
kind | this | |
Результат | bool |
public static IsSimple ( this kind ) : bool | ||
kind | this | |
Результат | bool |
public static ToInvString ( this value ) : string | ||
value | this | |
Результат | string |
public static ToInvString ( this value, bool &isLiteral ) : string | ||
value | this | |
isLiteral | bool | |
Результат | string |
public static ToLiteral ( this value ) : string | ||
value | this | |
Результат | string |
public static TryInvParse ( this s, DateTimeOffset &result ) : bool | ||
s | this | |
result | DateTimeOffset | |
Результат | bool |
public static TryInvParse ( this s, System.Guid &result ) : bool | ||
s | this | |
result | System.Guid | |
Результат | bool |
public static TryInvParse ( this s, System.TimeSpan &result ) : bool | ||
s | this | |
result | System.TimeSpan | |
Результат | bool |
public static TryInvParse ( this s, bool &result ) : bool | ||
s | this | |
result | bool | |
Результат | bool |
public static TryInvParse ( this s, byte &result ) : bool | ||
s | this | |
result | byte | |
Результат | bool |
public static TryInvParse ( this s, char &result ) : bool | ||
s | this | |
result | char | |
Результат | bool |
public static TryInvParse ( this s, decimal &result ) : bool | ||
s | this | |
result | decimal | |
Результат | bool |
public static TryInvParse ( this s, double &result ) : bool | ||
s | this | |
result | double | |
Результат | bool |
public static TryInvParse ( this s, float &result ) : bool | ||
s | this | |
result | float | |
Результат | bool |
public static TryInvParse ( this s, int &result ) : bool | ||
s | this | |
result | int | |
Результат | bool |
public static TryInvParse ( this s, long &result ) : bool | ||
s | this | |
result | long | |
Результат | bool |
public static TryInvParse ( this s, sbyte &result ) : bool | ||
s | this | |
result | sbyte | |
Результат | bool |
public static TryInvParse ( this s, short &result ) : bool | ||
s | this | |
result | short | |
Результат | bool |
public static TryInvParse ( this s, uint &result ) : bool | ||
s | this | |
result | uint | |
Результат | bool |
public static TryInvParse ( this s, ulong &result ) : bool | ||
s | this | |
result | ulong | |
Результат | bool |
public static TryInvParse ( this s, ushort &result ) : bool | ||
s | this | |
result | ushort | |
Результат | bool |