Click or drag to resize
FileStorageReleaseAndGetString Method
http://www.emgu.com
Closes the file and releases all the memory buffers Call this method after all I/O operations with the storage are finished. If the storage was opened for writing data and FileStorage.Mode.Write was specified

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public string ReleaseAndGetString()

Return Value

Type: String
The string that represent the text in the FileStorage
See Also