Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Compare ( string s1, string s2 ) : int |
Compares two strngs given using the culture set in the schema.
|
|
Compare ( string s1, string s2, bool ignoreCase ) : int |
Compares two strngs given using the culture set in the schema. If the Culture metadata was not set in the schema, the two strings will be compared using the invariant culture. |
|
SchemaInfo ( string name, string type ) : System |
Constructs the schema with the given name
|
public Compare ( string s1, string s2 ) : int | ||
s1 | string | The first string to compare. |
s2 | string | The second argument of the comparison. |
Результат | int |
public Compare ( string s1, string s2, bool ignoreCase ) : int | ||
s1 | string | The first string to compare. |
s2 | string | The second argument of the comparison. |
ignoreCase | bool | Indicates whether to ignore the case of strings or not. |
Результат | int |
public SchemaInfo ( string name, string type ) : System | ||
name | string | The name that identifies the schema. |
type | string | The type of the schema to create. |
Результат | System |