IniFileGetCommentOutput Method |
IniFileIO Documentation |
Gets the comment output for writing to a file.
Namespace: IniFileIO
Assembly: IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax
public static string GetCommentOutput( string comment )
Public Shared Function GetCommentOutput ( comment As String ) As String
public: static String^ GetCommentOutput( String^ comment )
static member GetCommentOutput : comment : string -> string
Parameters
- comment
- Type: SystemString
The comment for any component.
Return Value
Type: StringSee Also