'宣言 Public Function IsDefault( _ ByVal key As System.Object _ ) As System.Boolean
public System.bool IsDefault( System.object key )
パラメータ
- key
- The key of the string to test.
戻り値の型
true
if the string has default value, false
otherwise.'宣言 Public Function IsDefault( _ ByVal key As System.Object _ ) As System.Boolean
public System.bool IsDefault( System.object key )
true
if the string has default value, false
otherwise.