FileStorageAdd Method (String)
|
Writes data to a file storage.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic FileStorage Add(
string val
)
Public Function Add (
val As String
) As FileStorage
public:
FileStorage^ Add(
String^ val
)
member Add :
val : string -> FileStorage
Parameters
- val
- Type: SystemString
Return Value
Type:
FileStorage
See Also