Méthode | Description | |
---|---|---|
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, |
Returns a string that represents the instance.
|
|
ToTypeString ( object instance ) : string |
Returns a string that represents the type name of the instance.
|
Méthode | Description | |
---|---|---|
ObjectToStringHelper ( ) : System |
Initializes static members of the StringToObjectHelper class.
|
public static ToFullTypeString ( object instance ) : string | ||
instance | object | The instance. |
Résultat | string |
public static ToString ( object instance ) : string | ||
instance | object | The instance, can be |
Résultat | string |
public static ToString ( object instance, |
||
instance | object | The instance, can be |
cultureInfo | The culture information. | |
Résultat | string |
public static ToTypeString ( object instance ) : string | ||
instance | object | The instance. |
Résultat | string |