VRage.Game.ModAPI.Ingame.Utilities.MyIniValue.ToString - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyIniValue
public virtual string ToString()Attempts to get this value as a System.String . If the value is empty or cannot be understood as this data type, an empty string will be returned instead.
public string ToString(string defaultValue)Attempts to get this value as a System.String . If the value is empty or cannot be understood as this data type, the defaultValue will be returned instead.
- string defaultValue