IniFile.KeyHasData Method

IniFileIO

IniFileKeyHasData Method

IniFileIO Documentation
Returns whether or not the supplied key contains data.

Namespace:  IniFileIO
Assembly:  IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax

public static bool KeyHasData(
	IniFileKey key
)
Public Shared Function KeyHasData ( 
	key As IniFileKey
) As Boolean
public:
static bool KeyHasData(
	IniFileKey key
)
static member KeyHasData : 
        key : IniFileKey -> bool 

Parameters

key
Type: IniFileIOIniFileKey
Key to evaluate.

Return Value

Type: Boolean
True when the key has a value for the Name property, otherwise False.
See Also

Reference