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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public string ReleaseAndGetString()

Return Value

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