Метод | Описание | |
---|---|---|
ToFullTypeString ( object instance ) : string |
Returns a string that represents the full type name of the instance.
|
|
ToString ( object instance ) : string |
Returns a string that represents the instance.
|
|
ToString ( object instance, CultureInfo cultureInfo ) : string |
Returns a string that represents the instance.
|
|
ToTypeString ( object instance ) : string |
Returns a string that represents the type name of the instance.
|
Метод | Описание | |
---|---|---|
ObjectToStringHelper ( ) : System |
Initializes static members of the StringToObjectHelper class.
|
public static ToFullTypeString ( object instance ) : string | ||
instance | object | The instance. |
Результат | string |
public static ToString ( object instance ) : string | ||
instance | object | The instance, can be |
Результат | string |
public static ToString ( object instance, CultureInfo cultureInfo ) : string | ||
instance | object | The instance, can be |
cultureInfo | CultureInfo | The culture information. |
Результат | string |
public static ToTypeString ( object instance ) : string | ||
instance | object | The instance. |
Результат | string |