Méthode | Description | |
---|---|---|
IsStringType ( |
IsStringType Method Returns true if the given object is a Python string. |
|
PyString ( |
PyString Constructor Creates a new PyString from an existing object reference. Note that the instance assumes ownership of the object reference. The object reference is not checked for type-correctness. |
|
PyString ( |
PyString Constructor Copy constructor - obtain a PyString from a generic PyObject. An ArgumentException will be thrown if the given object is not a Python string object. |
|
PyString ( string s ) : System |
PyString Constructor Creates a Python string from a managed string. |
public static IsStringType ( |
||
value | ||
Résultat | bool |