Метод | Описание | |
---|---|---|
IsUnknown ( string val ) : bool |
Returns true if the string represents unknown, otherwise false.
|
|
IsUnknown ( string val, |
Returns true if the string represents unknown, otherwise false.
|
public static IsUnknown ( string val ) : bool | ||
val | string | /// The string value to test. /// |
Результат | bool |
public static IsUnknown ( string val, |
||
val | string | /// The string value to test. /// |
culture | /// The culture to test for. /// | |
Результат | bool |