'Declaration Public Function IsDefault( _ ByVal key As System.Object _ ) As System.Boolean
public System.bool IsDefault( System.object key )
Parameters
- key
- The key of the string to test.
Return Value
true
if the string has default value, false
otherwise.