IniFile.GetKeyOutput Method

IniFileIO

IniFileGetKeyOutput Method

IniFileIO Documentation
Gets the IniFileKey output which is written to the ini file.

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

public static string GetKeyOutput(
	IniFileKey key
)
Public Shared Function GetKeyOutput ( 
	key As IniFileKey
) As String
public:
static String^ GetKeyOutput(
	IniFileKey key
)
static member GetKeyOutput : 
        key : IniFileKey -> string 

Parameters

key
Type: IniFileIOIniFileKey
The key to get output for.

Return Value

Type: String
Format: {Comment} {Name}={Value}
See Also

Reference