Save Method (UserDictionary)
In This Topic
Saves the user dictionary into a UTF-8 encoded stream.
Syntax
'Declaration
Public Sub Save( _
ByVal As Stream _
)
public void Save(
Stream
)
Parameters
- stream
- UTF-8 encoded stream where the dictionary will be saved.
See Also