| MvMessageEncodeCString Method |
Appends a string as if it were a C string.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvMessage EncodeCString(
string s
)
Public Function EncodeCString (
s As String
) As MvMessage
public:
MvMessage^ EncodeCString(
String^ s
)
Parameters
- s
- Type: SystemString
The string to be written.
Return Value
Type:
MvMessageThe message itself.
See Also