Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIni.TryParse

Malware edited this page Dec 25, 2018 · 19 revisions

IndexMyIni

Summary

private public TryParse
```csharp

Attempts to parse the given content as a configuration file.

### Returns

`true`if the parse succeeds,`false`otherwise

### Example

### Remarks

### Summary

```csharp
private public TryParse
```csharp

Attempts to parse the given content as a configuration file.

### Returns

`true`if the parse succeeds,`false`otherwise

### Example

### Remarks

### Summary

```csharp
private public TryParse
```csharp

Attempts to parse the given content as a configuration file. OBSERVE: Use only for read-only operations. If you parse a single section and run [ToString()](VRage.Game.ModAPI.Ingame.Utilities.MyIni.ToString) , you will only get the parsed section, the rest will be discarded.

### Returns

`true`if the parse succeeds,`false`otherwise

### Example

### Remarks

### Summary

```csharp
private public TryParse
```csharp

Attempts to parse the given content as a configuration file. OBSERVE: Use only for read-only operations. If you parse a single section and run [ToString()](VRage.Game.ModAPI.Ingame.Utilities.MyIni.ToString) , you will only get the parsed section, the rest will be discarded.

### Returns

`true`if the parse succeeds,`false`otherwise

### Example

### Remarks

Clone this wiki locally