Writes a string to the stream based on the specified encoding
Namespace: HelperFunctions
Delphi |
function WriteStringToStream( const Stream: TStream; const S: String; Encoding: TEncoding = nil ): Longint; |
Parameters
Stream
Type: TStream
S
Type: String
Encoding
Type: TEncoding
Type: Longint
Reference |