Метод | Описание | |
---|---|---|
FullToShort ( string fullType ) : string | ||
ShortToFull ( string shortType ) : string |
Map a short type e.g int to the full system type System.Int32
|
public static FullToShort ( string fullType ) : string | ||
fullType | string | |
Результат | string |
public static ShortToFull ( string shortType ) : string | ||
shortType | string | The short type. |
Результат | string |