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.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic string ReleaseAndGetString()
Public Function ReleaseAndGetString As String
public:
String^ ReleaseAndGetString()
member ReleaseAndGetString : unit -> string
Return Value
Type:
StringThe string that represent the text in the FileStorage
See Also