TG.INI
IniDocumentParse Method (String, IEncryptionHandler) |
Parses an INI string.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public static IniDocument Parse( string iniData, IEncryptionHandler globalEncryptionHandler )
Public Shared Function Parse ( iniData As String, globalEncryptionHandler As IEncryptionHandler ) As IniDocument
public: static IniDocument^ Parse( String^ iniData, IEncryptionHandler^ globalEncryptionHandler )
static member Parse : iniData : string * globalEncryptionHandler : IEncryptionHandler -> IniDocument
Parameters
- iniData
- Type: SystemString
A string of INI text data. - globalEncryptionHandler
- Type: TG.INI.EncryptionIEncryptionHandler
The IEncryptionHandler to use for decryption.
Return Value
Type: IniDocumentA new instance of IniDocument.
See Also