Nevron.Nov.Presentation.Office Namespace / NIniMap Class


In This Topic
    NIniMap Class Methods
    In This Topic

    For a list of all members of this type, see NIniMap members.

    Public Methods
     NameDescription
    Public MethodGets a boolean value for the specified key.  
    Public MethodGets a string value for the specified key.  
    Public MethodGets a string value for the specified key.  
    Public MethodGets a string value for the specified key.  
    Public MethodLoads the INI map from bytes in binary format. Returns true if successfully loaded.  
    Public MethodLoads the INI map from stream in Ini format (string = value)  
    Public MethodSaves the INI map to stream in binary format.  
    Public MethodConverts this map to a key:value array pair  
    Public MethodTries to get a boolean value, if parsed correctly.  
    Public MethodTries to get an enum value, if parsed correctly.  
    Public MethodTries to get a boolean value, if parsed correctly.  
    Public MethodTries to get a string value  
    Top
    See Also