Overload | Description |
---|---|
GetPrivateProfileString(String,String,String,String,Int32,String) | Managed version of GetPrivateProfileString No COM Interop is used If the file does not exist or the value is not in the file, the defaultValue is used. See: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724348%28v=vs.85%29.aspx |
GetPrivateProfileString(String,String,String,StringBuilder,Int32,String) | Managed version of GetPrivateProfileString No COM Interop is used If the file does not exist or the value is not in the file, the defaultValue is used. See: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724348%28v=vs.85%29.aspx |