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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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